We are pumped to announce the release of: osc-placement 1.1.0: OpenStackClient plugin for the Placement service This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/osc-placement Download the package from: https://pypi.python.org/pypi/osc-placement Please report issues through launchpad: https://bugs.launchpad.net/placement-osc-plugin For more details, please see below. 1.1.0 ^^^^^ New Features * The "openstack resource provider list" command now supports microversion 1.3 and 1.4. Specifically two new options are added to the command: * "--aggregate-uuid": List resource providers which are members of at least one of the specified resource provider aggregates. * "--resource": List resource providers which have the capacity to serve allocation requests for the given amount of specified resource class. See the command documentation for more details. (https://docs.openstack.org/nova/latest/user/placement.html#member- of-query-parameter) (https://docs.openstack.org/nova/latest/user/placement.html#filter- resource-providers-by-requested-resource-capacity-maximum-in-ocata) (https://docs.openstack.org/osc-placement/latest/cli/index.html #resource-provider-list) Changes in osc-placement 1.0.0..1.1.0 ------------------------------------- 8444148 RP list: member_of and resources parameters (v1.3, v1.4) 006f1eb Initialize 'result' variable in functional.base cc0dd67 Resolve nits from I552688b9ee32b719a576a7a9ed5e4d5aa31d7b3f 253fd92 Do not depend on jenkins user in devstack gate c9de308 Add osc-placement-dsvm-functional-py3 job 2e8b471 Migrate legacy-osc-placement-dsvm-functional job in-tree f654329 tox.ini settings for global constraints are out of date edb3bfe Update doc link in README.rst b2737d5 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 32 +++++++++ README.rst | 7 +- osc_placement/plugin.py | 4 +- osc_placement/resources/resource_provider.py | 39 ++++++++++- .../osc-placement-dsvm-functional-py3/post.yaml | 81 ++++++++++++++++++++++ .../osc-placement-dsvm-functional-py3/run.yaml | 61 ++++++++++++++++ .../legacy/osc-placement-dsvm-functional/post.yaml | 80 +++++++++++++++++++++ .../legacy/osc-placement-dsvm-functional/run.yaml | 43 ++++++++++++ .../microversion-1.3-and-1.4-becd8058c9dd9ad8.yaml | 16 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++ tox.ini | 7 +- 16 files changed, 438 insertions(+), 20 deletions(-)