[openstackclient] python-openstackclient 3.12.1 (pike)
We are stoked to announce the release of: python-openstackclient 3.12.1: OpenStack Command-line Client This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/python-openstackclient Download the package from: https://pypi.python.org/pypi/python-openstackclient Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient For more details, please see below. 3.12.1 ^^^^^^ Bug Fixes * Fix occurrences of the "network agent delete" command failing with newer releases of python-openstacksdk. [Bug 1711301 (https://bugs.launchpad.net/python-openstackclient/+bug/1711301)] * Fix the "project purge" command to correctly delete only images owned by the specified project ID when run by an administrative user. [Bug 1717130 (https://bugs.launchpad.net/python- openstackclient/+bug/1717130)] * Remove the client-side check for valid "--policy" values in the "server group create" command. Specify "--os-compute-api-version 2.15" or higher for the "soft-affinity" or "soft-anti-affinity" policy. [Bug 1732938 (https://bugs.launchpad.net/python- openstackclient/+bug/1732938)] Changes in python-openstackclient 3.12.0..3.12.1 ------------------------------------------------ 9f6f9c1 Rename python-openstacksdk to openstacksdk 8eced50 Relnote cleanup f7701cd Remove hard-coded policy choices for creating a server group 11e2f54 Neutron agent delete: remove the wrong argument 7f04f2f Backport Zuul v3 tests b9c5094 Fix 'project purge' deletes ALL images problem 8330686 Updated from global requirements 73c3761 Update UPPER_CONSTRAINTS_FILE for stable/pike 970393a Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 159 +++++++++++++++++++++ openstackclient/common/project_purge.py | 9 +- openstackclient/compute/v2/server_group.py | 5 +- openstackclient/network/v2/network_agent.py | 3 +- playbooks/osc-devstack/post.yaml | 4 + playbooks/osc-devstack/pre.yaml | 8 ++ playbooks/osc-devstack/run.yaml | 3 + .../notes/bug-1711301-633255f813c71d2a.yaml | 6 + .../notes/bug-1717130-029211b60f74b4c4.yaml | 6 + .../notes/bug-1732938-868963acedaa307e.yaml | 7 + requirements.txt | 6 +- test-requirements.txt | 6 +- tox.ini | 14 +- 22 files changed, 260 insertions(+), 136 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 24e4672..f449e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ cliff>=2.8.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 @@ -14 +14 @@ oslo.utils>=3.20.0 # Apache-2.0 -python-glanceclient>=2.7.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 @@ -17 +17 @@ python-novaclient>=9.0.0 # Apache-2.0 -python-cinderclient>=3.0.0 # Apache-2.0 +python-cinderclient>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e384861..5af8d0c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ mock>=2.0 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 @@ -28 +28 @@ gnocchiclient>=2.7.0 # Apache-2.0 -python-barbicanclient>=4.0.0 # Apache-2.0 +python-barbicanclient!=4.5.0,!=4.5.1,>=4.0.0 # Apache-2.0 @@ -34 +34 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0 -python-karborclient>=0.2.0 # Apache-2.0 +python-karborclient>=0.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org