[cinder] python-cinderclient 3.5.0 (queens)
We are amped to announce the release of: python-cinderclient 3.5.0: OpenStack Block Storage API Client Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-cinderclient Download the package from: https://pypi.python.org/pypi/python-cinderclient Please report issues through launchpad: https://bugs.launchpad.net/python-cinderclient For more details, please see below. Changes in python-cinderclient 3.4.0..3.5.0 ------------------------------------------- cf4d215 Bump API microversion to 3.50 c3a2251 Removes unicode 'u' response for "cinder get-capabilities" 0a4c801 Updated from global requirements 77143d4 Migrate to keystoneauth identity cli opts. 9c95a3f Add api_version wraps for generic volume groups 62d40ce Add snapshot_id param note for backup-create 1eb2d6c Support for reporting backend state in service list 41d6ed0 Fix v2 volume unit tests 97925fe Fix 'cluster' paramter using for v3 volume manage 45eb51e Add service cleanup command 1a4176a Add cluster support in manage listings Diffstat (except docs and test files) ------------------------------------- cinderclient/api_versions.py | 2 +- cinderclient/shell.py | 209 ++++++++------------- cinderclient/v2/shell.py | 3 +- cinderclient/v2/volume_backups.py | 3 + cinderclient/v3/client.py | 2 + cinderclient/v3/groups.py | 10 + cinderclient/v3/shell.py | 91 ++++++++- cinderclient/v3/volume_backups.py | 6 + cinderclient/v3/volume_snapshots.py | 12 +- cinderclient/v3/volumes.py | 9 +- cinderclient/v3/workers.py | 44 +++++ .../cluster_list_manageable-40c02489b2c95d55.yaml | 7 + .../service_cleanup_cmd-cac85b697bc22af1.yaml | 6 + 21 files changed, 383 insertions(+), 176 deletions(-)
participants (1)
-
no-reply@openstack.org