We exuberantly announce the release of: python-openstackclient 6.0.1: OpenStack Command-line Client This release is part of the zed 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. 6.0.1 ^^^^^ New Features ************ * The "server rebuild" commands now accept two optional "--reimage- boot-volume" and "--no-reimage-boot-volume``option. Passing these parameter will allow/disallow a user to rebuild a volume backed server. This is available from Compute microversion ``2.93" and onwards. Bug Fixes ********* * 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 6.0.0..6.0.1 ---------------------------------------------- 0c07b165 [stable-only] CI: Drop all tips jobs 48148e7a Fix "access rule" commands to only use ID fc80188e Fix pep issue in the network service provider 7d702baf compute: Add support for microversion 2.93 0118d57c compute: Require image when rebuilding a volume-backed server d28c2584 Update TOX_CONSTRAINTS_FILE for stable/zed 2b19e97e Update .gitreview for stable/zed Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 84 --------------- openstackclient/compute/v2/server.py | 71 ++++++++++++- openstackclient/identity/common.py | 12 +++ openstackclient/identity/v3/access_rule.py | 14 +-- .../network/v2/network_service_provider.py | 26 +++-- ...-reimage-param-to-rebuild-606dd331677b5954.yaml | 8 ++ .../notes/fix-story-2010775-953dbdf03b2b6746.yaml | 8 ++ tox.ini | 8 +- 11 files changed, 252 insertions(+), 118 deletions(-)
participants (1)
-
no-reply@openstack.org