OpenStackClient plugin for Placement service
Go to file
Roman Podoliaka 2c538f3ea0 Initial commit
- import coockiecutter template
- set up basic testing
- implement interface of an OSC plugin
2017-03-22 11:58:28 +02:00
doc/source Initial commit 2017-03-22 11:58:28 +02:00
osc_placement Initial commit 2017-03-22 11:58:28 +02: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 Initial commit 2017-03-22 11:58:28 +02:00
babel.cfg Initial commit 2017-03-22 11:58:28 +02:00
requirements.txt Initial commit 2017-03-22 11:58:28 +02:00
setup.cfg Initial commit 2017-03-22 11:58:28 +02: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 Initial commit 2017-03-22 11:58:28 +02: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.