osc-placement 4.0.0 (zed)
We are excited to announce the release of: osc-placement 4.0.0: OpenStackClient plugin for the Placement service This release is part of the zed 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. 4.0.0 ^^^^^ New Features * Both the "openstack resource provider list" and "openstack allocation candidate list" command now supports "--os-placement-api- version 1.39" where the "--required" argument now can contain a comma separated list of trait names to express OR relationship. So " --required T1,T2 --required T3" means (T1 or T2) and T3. Changes in osc-placement 3.2.0..4.0.0 ------------------------------------- 9545623 Support microversion 1.39 9101797 Add Python3 zed unit tests d4ef2a9 Change minversion of tox to 3.18.0 7f77e98 Update master for stable/yoga db84950 Replace deprecated assertRaisesRegexp 1f2fddd Remove usage of six 99d5dcc Remove usage of six Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 23 ++-- osc_placement/http.py | 3 +- osc_placement/resources/allocation_candidate.py | 33 +++-- osc_placement/resources/common.py | 25 +++- osc_placement/resources/resource_provider.py | 31 +++-- osc_placement/version.py | 1 + ...roversion-1.39-any-traits-da32e4ef7c9ac6b7.yaml | 10 ++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + requirements.txt | 1 - setup.cfg | 4 +- tox.ini | 24 ++-- 21 files changed, 360 insertions(+), 113 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8f28cd4..33d3f18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org