OpenStackClient plugin for Placement service
Go to file
Matt Riedemann 1fac79d183 Add missing runtime requirements
keystoneauth1 and six are both used in osc_placement.http.

Change-Id: I65b9e9b49f75fa62975d02c1503b7d4f96669939
2018-01-23 10:49:36 -05:00
doc/source Initial commit 2017-03-22 11:58:28 +02:00
osc_placement CLI for usages 2017-12-11 10:42:34 -08: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.