osc-placement 1.5.0 (stein)
We are tickled pink to announce the release of: osc-placement 1.5.0: OpenStackClient plugin for the Placement service This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/osc-placement Download the package from: https://pypi.org/project/osc-placement Please report issues through launchpad: https://bugs.launchpad.net/placement-osc-plugin For more details, please see below. 1.5.0 ^^^^^ New Features * Support is added for the 1.18 placement API microversion by adding the "--required" option to the "openstack resource provider list" command. (https://docs.openstack.org/placement/latest/placement-api- microversion-history.html#support-required-traits-queryparam-on-get- resource-providers) Changes in osc-placement 1.4.0..1.5.0 ------------------------------------- 4693817 Add support for 1.18 microversion fc563d3 Update tox and tests to work with modern setups 7b65cd6 add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .stestr.conf | 3 + .testr.conf | 7 --- .zuul.yaml | 1 + osc_placement/http.py | 2 +- osc_placement/resources/resource_provider.py | 13 ++++ osc_placement/version.py | 3 +- .../osc-placement-dsvm-functional-py3/run.yaml | 1 + ...-provider-required-traits-2ff846221bb297b9.yaml | 8 +++ requirements.txt | 1 + test-requirements.txt | 7 +-- tox.ini | 72 +++++++++++++++------- 19 files changed, 152 insertions(+), 50 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5887cc6..c38135c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,0 +8 @@ keystoneauth1>=3.3.0 # Apache-2.0 +simplejson>=3.16.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 4033e23..827d3dd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +8 @@ coverage>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.2.1,!=1.3b1,<1.4 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -13,3 +12 @@ python-openstackclient>=3.3.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +stestr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org