OpenStackClient plugin for Placement service
Go to file
Matt Riedemann ecef8f4255 Address review comments from allocations patch
This addresses some review comments from change
I699fd01d6dbd1c9c5186d1b86499ae2bae94286a:

1. Improve the help text wording for "allocation set" to
   let people know it's an overwrite/replacement of the
   existing allocations so they need to include old and new
   allocations if they don't want to lose the old ones when
   adding any new ones.

2. A couple of enhancements in the allocation unit tests.

Part of blueprint placement-osc-plugin

Change-Id: I4abebc709564d8afcbbe18e8d406f2c898d7ea8b
2018-01-24 11:44:48 -05:00
doc/source Initial commit 2017-03-22 11:58:28 +02:00
osc_placement Address review comments from allocations patch 2018-01-24 11:44:48 -05:00
releasenotes Initial commit 2017-03-22 11:58:28 +02:00
.coveragerc Initial commit 2017-03-22 11:58:28 +02:00
.gitignore Initial commit 2017-03-22 11:58:28 +02:00
.gitreview Initial commit 2017-03-22 11:58:28 +02:00
.mailmap Initial commit 2017-03-22 11:58:28 +02:00
.testr.conf Initial commit 2017-03-22 11:58:28 +02:00
CONTRIBUTING.rst Initial commit 2017-03-22 11:58:28 +02:00
HACKING.rst Initial commit 2017-03-22 11:58:28 +02:00
LICENSE Initial commit 2017-03-22 11:58:28 +02:00
MANIFEST.in Initial commit 2017-03-22 11:58:28 +02:00
README.rst Fix the bug link in the readme 2017-08-30 11:40:12 -04:00
babel.cfg Initial commit 2017-03-22 11:58:28 +02:00
requirements.txt Add missing runtime requirements 2018-01-23 10:49:36 -05:00
setup.cfg CLI for aggregates (v1.1) 2018-01-23 10:58:17 -05:00
setup.py Initial commit 2017-03-22 11:58:28 +02:00
test-requirements.txt Initial commit 2017-03-22 11:58:28 +02:00
tox.ini tests: add a hook for functional testing in the gate 2017-04-20 18:04:37 +03:00

README.rst

osc-placement

OpenStackClient plugin for the Placement service

This is an OpenStackClient plugin, that provides CLI for the Placement service. Python API binding is not implemented - Placement API consumers are encouraged to use the REST API directly, CLI is provided only for convenience of users.