[release-announce] [nova] osc-placement 1.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 24 23:10:47 UTC 2018


We are jazzed to announce the release of:

osc-placement 1.0.0: OpenStackClient plugin for the Placement service

This release is part of the queens release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/osc-placement

Download the package from:

    https://pypi.python.org/pypi/osc-placement

Please report issues through launchpad:

    http://bugs.launchpad.net/placement-osc-plugin

For more details, please see below.

Changes in osc-placement 0.1.0..1.0.0
-------------------------------------

5b39d44 Usage docs and initial release note for osc-placement
ecef8f4 Address review comments from allocations patch
73aaab7 CLI for resource classes (v1.2)
e22c32e CLI for aggregates (v1.1)
3b11e7c Address comments from original inventory patch
1fac79d Add missing runtime requirements
4fd95eb CLI for usages
5c65e79 CLI for allocations
d6e223a CLI for inventories
1b1ae94 CLI for resource providers
c57ed0a Fix the bug link in the readme
5769a51 tests: add a hook for functional testing in the gate


Diffstat (except docs and test files)
-------------------------------------

README.rst                                         |   2 +-
osc_placement/http.py                              |  60 +++++
osc_placement/plugin.py                            |  27 +-
osc_placement/resources/__init__.py                |   0
osc_placement/resources/aggregate.py               |  86 ++++++
osc_placement/resources/allocation.py              | 139 ++++++++++
osc_placement/resources/common.py                  |  39 +++
osc_placement/resources/inventory.py               | 300 +++++++++++++++++++++
osc_placement/resources/resource_class.py          | 124 +++++++++
osc_placement/resources/resource_provider.py       | 174 ++++++++++++
osc_placement/resources/usage.py                   |  44 +++
osc_placement/version.py                           |  77 ++++++
.../notes/commands-v1.0.0-894ea659825b3757.yaml    |  36 +++
requirements.txt                                   |   3 +-
setup.cfg                                          |  22 ++
tox.ini                                            |   2 +
34 files changed, 2362 insertions(+), 34 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 01aa28b..5887cc6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6,2 @@ pbr>=2.0.0 # Apache-2.0
-
+six>=1.10.0 # MIT
+keystoneauth1>=3.3.0 # Apache-2.0






More information about the Release-announce mailing list