OpenStackClient plugin for Placement service
Go to file
Corey Bryant 7b65cd6e4c add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: I0d5ea51a27023f13a4fc237a5a3591f3663eec2d
Story: #2004073
Task: #27433
2019-02-15 15:02:54 -05:00
doc/source Merge "Resource provider examples" 2018-08-29 14:26:42 +00:00
osc_placement Enforce key-value'ness for 'allocation candidate list --resource' 2018-12-13 14:32:18 +00:00
playbooks/legacy Add osc-placement-dsvm-functional-py3 job 2018-03-05 09:00:49 -05:00
releasenotes Update reno for stable/rocky 2018-07-26 12:36:45 +00: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
.zuul.yaml add python 3.7 unit test job 2019-02-15 15:02:54 -05: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 Add image link in README.rst 2018-07-30 12:18:01 +00: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 Update author-email in setup.cfg 2018-12-04 04:30:36 +00: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 tox: Hide deprecation warnings from stdlib 2018-12-05 10:42:18 +00:00

README.rst

osc-placement

image

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.