OpenStackClient plugin for Placement service
Go to file
Matt Riedemann 3b11e7cd31 Address comments from original inventory patch
This addresses some comments from change
Ie46b6217fda65cb5d0f1379d0b4a986b4c30a3eb:

1. Fixes a typo in the resource class help.

2. Makes the 'total' inventory field required to avoid
   ugly error output if total is not specified with
   "openstack resource provider inventory class set".

3. Adds more wording to the "openstack resource provider inventory set"
   CLI description about how inventory fields are parsed and that it
   is a full replacement of the inventory, not just amending existing
   inventory.

Part of blueprint placement-osc-plugin

Change-Id: I8c6f3387dba891d5c6aea617594a6ef682ada62d
2018-01-23 10:49:36 -05:00
doc/source Initial commit 2017-03-22 11:58:28 +02:00
osc_placement Address comments from original inventory patch 2018-01-23 10:49:36 -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 usages 2017-12-11 10:42:34 -08: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.