OpenStackClient plugin for Placement service
Go to file
Tetsuro Nakamura 52ef27a8ce [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

"osc-placement" is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ibd9d1c839f820d8c8ea0ad0979d5dca9223d11dc
2019-11-23 15:57:43 +00:00
doc docs: Misc cleanups 2019-09-24 17:27:09 +01:00
osc_placement Be explicit about auth type in functional tests 2019-09-24 16:00:29 +01:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2019-11-23 15:57:43 +00:00
.coveragerc Initial commit 2017-03-22 11:58:28 +02:00
.gitignore gitignore: Ignore .stestr directory 2019-09-24 17:27:09 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:00 +00:00
.mailmap Initial commit 2017-03-22 11:58:28 +02:00
.stestr.conf Update tox and tests to work with modern setups 2019-03-01 04:12:18 +00:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2019-11-23 15:57:43 +00:00
CONTRIBUTING.rst Update bugs link in contributing doc 2019-03-12 11:39:50 +00: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 Fixups for pdf docs 2019-09-24 17:26:39 +01:00
babel.cfg Initial commit 2017-03-22 11:58:28 +02:00
requirements.txt Add --aggregate option to 'resource provider inventory set' 2019-08-28 21:03:39 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2019-11-23 15:57:43 +00:00
setup.py Initial commit 2017-03-22 11:58:28 +02:00
test-requirements.txt Use PlacementFixture in functional tests 2019-05-03 15:04:56 -06:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2019-11-23 15:57:43 +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.