[release-announce] python-openstackclient 4.0.1 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 22 09:53:43 UTC 2020


We exuberantly announce the release of:

python-openstackclient 4.0.1: OpenStack Command-line Client

This release is part of the train 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.

4.0.1
^^^^^

Bug Fixes

* [Story 2005246
  (https://storyboard.openstack.org/#!/story/2005246)] The *is_domain*
  property safely handles type checking.

* Fixes the "No server with a name or ID of 'id' exists" error when
  running "server list --deleted --marker". The fix removes using a
  name for the marker when both "--deleted" and "--marker" are used.
  In this scenario an ID must be supplied for the marker. [Story
  2006761 (https://storyboard.openstack.org/#!/story/2006761)]

Changes in python-openstackclient 4.0.0..4.0.1
----------------------------------------------

bff556c7 Client should parse string to boolean for value 'is_domain'
c14b4d7e Resolve PEP8
ce825bbd Fix router create/show if extraroute not supported
576d9ecf Stop silently ignoring invalid 'server create --hint' options
c42c27aa Fix openstack server list --deleted --marker option
b866202f Fix functional tests for py3
6d8c4a10 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
2931db51 Update .gitreview for stable/train


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

.gitreview                                         |   1 +
openstackclient/compute/v2/server.py               |  63 ++++++++---
openstackclient/identity/v3/project.py             |   8 ++
openstackclient/network/v2/router.py               |   2 +-
.../notes/bug-2005246-3fb70206bafc5444.yaml        |   5 +
.../notes/bug-2006761-9041d1b25e845cfb.yaml        |   8 ++
tox.ini                                            |   8 +-
18 files changed, 287 insertions(+), 29 deletions(-)







More information about the Release-announce mailing list