python-openstackclient 6.2.1 (antelope)
We are overjoyed to announce the release of: python-openstackclient 6.2.1: OpenStack Command-line Client This release is part of the antelope 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.2.1 ^^^^^ 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.2.0..6.2.1 ---------------------------------------------- 02172959 [stable-only] CI: Drop all tips jobs a03e3dbf Fix "access rule" commands to only use ID 07c5a26f Fix pep issue in the network service provider 06315b93 Update TOX_CONSTRAINTS_FILE for stable/2023.1 4e9f6387 Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 72 ---------------------- openstackclient/identity/common.py | 12 ++++ openstackclient/identity/v3/access_rule.py | 14 +++-- .../network/v2/network_service_provider.py | 26 +++++--- .../notes/fix-story-2010775-953dbdf03b2b6746.yaml | 8 +++ tox.ini | 8 +-- 8 files changed, 60 insertions(+), 103 deletions(-)
participants (1)
-
no-reply@openstack.org