OpenStackClient plugin for Placement service
Go to file
Doug Hellmann 06b5738a3a fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I7874fc8375c14fcc9567b6c23bc1c070bc6d29c9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 15:27:01 -04:00
doc/source Resolve nits from I552688b9ee32b719a576a7a9ed5e4d5aa31d7b3f 2018-03-22 16:34:43 +00:00
osc_placement Resource class set (v1.7) 2018-05-17 09:54:17 -04:00
playbooks/legacy Add osc-placement-dsvm-functional-py3 job 2018-03-05 09:00:49 -05:00
releasenotes Resource class set (v1.7) 2018-05-17 09:54:17 -04: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 osc-placement-dsvm-functional-py3 job 2018-03-05 09:00:49 -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 Update doc link in README.rst 2018-02-08 12:18:25 +08: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 Resource class set (v1.7) 2018-05-17 09:54:17 -04: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 fix tox python3 overrides 2018-06-06 15:27:01 -04: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.