We are stoked to announce the release of:
python-openstackclient 4.0.2: 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.2
^^^^^
Bug Fixes
* You can now remove role assignments from keystone that reference
non-existent users or groups.
[Bug 2006635 (https://storyboard.openstack.org/#!/story/2006635)]
Changes in python-openstackclient 4.0.1..4.0.2
----------------------------------------------
8ac26f84 Add API check for server_groups.create
6f782d91 Add API check for server_groups.list
2e0a0f15 Bypass user and group verification in RemoveRole
3934fe8d Add system role assignment tests for users and groups
Diffstat (except docs and test files)
-------------------------------------
openstackclient/compute/v2/server_group.py | 17 +-
openstackclient/identity/v3/role.py | 68 ++--
.../notes/bug-2006635-3110f7a87a186e62.yaml | 7 +
6 files changed, 588 insertions(+), 38 deletions(-)