We contentedly announce the release of: python-openstackclient 7.1.4 This release is part of the dalmatian 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. 7.1.4 ^^^^^ Bug Fixes * The "quota set" and "limits show" commands will now check for the "block-storage" and "block-store" service types along with "volume", "volumev2" and "volumev3". [Bug 2084580 (https://bugs.launchpad.net/python- openstackclient/+bug/2084580)] Changes in python-openstackclient 7.1.3..7.1.4 ---------------------------------------------- f42ade43 quota: Catch correct exception type for Compute quotas d258cd03 common: Use correct argument for volume limits 6c9d0a55 Fix ignored --user-domain in role assignment list c6946f47 clientmanager: Check for 'block-storage' service type Diffstat (except docs and test files) ------------------------------------- openstackclient/common/clientmanager.py | 7 +- openstackclient/common/limits.py | 2 +- openstackclient/common/quota.py | 9 +- openstackclient/identity/common.py | 56 ++--- openstackclient/identity/v3/role_assignment.py | 2 +- .../notes/bug-2084580-cb1e8c47501e730c.yaml | 8 + 7 files changed, 306 insertions(+), 39 deletions(-)