We exuberantly announce the release of: osc-placement 1.8.0: OpenStackClient plugin for the Placement service This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/osc-placement Download the package from: https://pypi.org/project/osc-placement Please report issues through: https://bugs.launchpad.net/placement-osc-plugin/+bugs For more details, please see below. 1.8.0 ^^^^^ New Features * A new "openstack resource provider allocation unset" command has been added which allows removing allocations against specific resource providers for the given consumer. This can be useful when a consumer has allocations against more than one resource provider and "openstack resource provider allocation delete" is undesirable as it removes all allocations for the consumer. The new unset command requires "--os-placement-api-version 1.12" or greater. * The "openstack resource provider allocation set" command now supports "--os-placement-api-version 1.28" where a consumer generation is used which facilitates safe concurrent modification of an allocation. Changes in osc-placement 1.7.0..1.8.0 ------------------------------------- 37f521e Follow up to I627bfd1ff699d075028da6afafbe7fb9b2f13058 0acbe40 Add support for microversion 1.28 in allocation set 9b86d94 Add resource provider allocation unset command 3ac639b Fix deps for using venv tox target to create a release note ec01d0a gitignore: Ignore .stestr directory e741278 docs: Misc cleanups 0cae0bc Fixups for pdf docs 306a91e Be explicit about auth type in functional tests f49b9fc Use os-endpoint instead of os-url for functional tests dda2c3f Update master for stable/train 99d879a Build pdf docs 89cdb01 Update osc-placement bug link in README Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- README.rst | 4 +- osc_placement/resources/allocation.py | 110 +++++++++++++++++++- osc_placement/version.py | 1 + .../notes/allocation-unset-beb0d904c8bc4228.yaml | 10 ++ ...n-1.28-alloc-consumer-gen-83cef07e274a1a1d.yaml | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++ setup.cfg | 1 + tox.ini | 13 +++ 17 files changed, 320 insertions(+), 21 deletions(-)