We enthusiastically announce the release of: python-openstackclient 5.8.1: OpenStack Command-line Client This release is part of the yoga 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://storyboard.openstack.org/#!/project/openstack/python- openstackclient For more details, please see below. 5.8.1 ^^^^^ Bug Fixes * Fixed create image from volume command. If user wants to pass "visibility" and "protected" fields, they need to specify volume microversion 3.1 or greater by passing "os-volume-api-version 3.1" with the command. * Fixed a bug in "access rule" subcommands where the client logic incorrectly assumed that access rules have a "name" property which resulted in unpredictable behaviors. e.g. "access rule delete {non- existent-id}" now results in a not-found error instead of sometimes deleting an unrelated rule. Changes in python-openstackclient 5.8.0..5.8.1 ---------------------------------------------- f4748f4d Fix "access rule" commands to only use ID c1e31682 Fix pep issue in the network service provider 53d8667b compute: Require image when rebuilding a volume-backed server 849e7e93 Fix: create image from volume command 97c81cf6 Update TOX_CONSTRAINTS_FILE for stable/yoga e6d6c89f Update .gitreview for stable/yoga Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + openstackclient/compute/v2/server.py | 14 ++- openstackclient/identity/common.py | 12 +++ openstackclient/identity/v3/access_rule.py | 14 +-- openstackclient/image/v2/image.py | 18 +++- .../network/v2/network_service_provider.py | 26 +++-- ...-image-create-from-volume-c573e553161605c4.yaml | 7 ++ .../notes/fix-story-2010775-953dbdf03b2b6746.yaml | 8 ++ tox.ini | 8 +- 12 files changed, 218 insertions(+), 37 deletions(-)
participants (1)
-
no-reply@openstack.org