[release-announce] python-openstackclient 3.18.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 18 18:40:33 UTC 2019


We are pleased to announce the release of:

python-openstackclient 3.18.1: OpenStack Command-line Client

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/python-openstackclient

Download the package from:

    https://pypi.org/project/python-openstackclient

Please report issues through:

    https://bugs.launchpad.net/python-openstackclient/+bugs

For more details, please see below.

3.18.1
^^^^^^

Bug Fixes

* Fix "endpoint group delete" command to properly delete endpoint
  groups. [Story 2005521
  (https://storyboard.openstack.org/#!/story/2005521)]

* The "compute service set" command now properly handles "--os-
  compute-api-version" 2.53 and greater. [Story 2005349
  (https://storyboard.openstack.org/#!/story/2005349)]

Changes in python-openstackclient 3.18.0..3.18.1
------------------------------------------------

111d6a9b Document 2.53 behavior for compute service list/delete
100d34c5 Fix compute service set handling for 2.53+
83359fbe Fix BFV server list handling with --name-lookup-one-by-one
fd3a94d1 Fix bug in endpoint group deletion
b507f605 Stable branch combination fix
97da13db OpenDev Migration Patch
8fe45571 Fix service discovery in functional tests
b90a5d07 Fix: set invalid None project_id on range creation
5e1ae22c Update UPPER_CONSTRAINTS_FILE for stable/stein
a95a6b6a Update .gitreview for stable/stein


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   3 +-
.zuul.yaml                                         |  10 +-
openstackclient/compute/v2/server.py               |   5 +-
openstackclient/compute/v2/service.py              |  74 ++-
openstackclient/identity/v3/endpoint_group.py      |   6 +-
.../network/v2/network_segment_range.py            |   2 -
openstackclient/network/v2/subnet.py               |  19 +-
.../network/v2/test_network_segment_range.py       |  14 +-
.../unit/network/v2/test_network_segment_range.py  |  42 +-
.../notes/bug-2005521-0274fc26bd9b3842.yaml        |   5 +
...-compute-service-set-2.53-3d2db875154e633a.yaml |   6 +
test-requirements.txt                              |   2 +-
tox.ini                                            |   8 +-
26 files changed, 864 insertions(+), 87 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 8ec69331..4cb66cfd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19 +19 @@ osprofiler>=1.4.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list