[cinder] python-cinderclient 3.4.0 (queens)
We are thrilled to announce the release of: python-cinderclient 3.4.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. 3.4.0 ^^^^^ Deprecation Notes * The "--allow-multiattach" flag on volume creation has now been marked deprecated and will be removed in a future release. Changes in python-cinderclient 3.3.0..3.4.0 ------------------------------------------- 801ec5a Updated from global requirements 7d76c40 Follow the new PTI for document build adb141a Deprecate multiattach flag on volume create ec9c294 Updated from global requirements 2a478b3 Removed unnecessary parameters from group and group_snapshots create APIs 9bfd6da Backup create is not available from 3.0 to 3.42 d59eb3e Fix the way to get backup metadata 9ddce65 Remove 'end_version' parameter in backup update 478d0a0 Remove setting of version/release from releasenotes Diffstat (except docs and test files) ------------------------------------- cinderclient/v2/volumes.py | 11 ++++- cinderclient/v3/group_snapshots.py | 3 -- cinderclient/v3/groups.py | 3 -- cinderclient/v3/shell.py | 36 +++++++++------ cinderclient/v3/volume_backups.py | 32 +++++++++++-- cinderclient/v3/volumes.py | 11 ++++- ...precate-allow-multiattach-2213a100c65a95c1.yaml | 5 ++ releasenotes/source/conf.py | 13 ++---- requirements.txt | 2 +- test-requirements.txt | 3 -- tox.ini | 11 ++++- 15 files changed, 137 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 82f5669..110a7ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3112d94..891c48f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +9,0 @@ mock>=2.0.0 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 @@ -13 +10,0 @@ requests-mock>=1.1.0 # Apache-2.0 -sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org