python-cinderclient 3.6.0 (rocky)
We joyfully announce the release of: python-cinderclient 3.6.0: OpenStack Block Storage API Client Library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-cinderclient Download the package from: https://pypi.org/project/python-cinderclient Please report issues through launchpad: https://bugs.launchpad.net/python-cinderclient For more details, please see below. 3.6.0 ^^^^^ New Features * Support cross AZ backup creation specifying desired backup service AZ (added in microversion v3.51) * New command option "--filters" is added to "type-list" command to support filter types since 3.52, and it's only valid for administrator. Changes in python-cinderclient 3.5.0..3.6.0 ------------------------------------------- eafde59 Add the parameter service-id for service cleanup command 7283ded Remove useless args in create_group_from_src 4a9e920 update the value of OS_AUTH_URL and OS_VOLUME_API_VERSION a45faf0 Follow the new PTI for document build 5a15132 Support availability-zone in volume type 843b04f Trivial: Update pypi url to new url 3142e9f Allow --help for specific commands 823cbb6 add lower-constraints job b2dbf45 Updated from global requirements 953bd8c fix a typo in documentation d6c6011 Update python usage docs 3e78fc4 Correct errors in snapshot-manageable-list help text 3b3dc95 Updated from global requirements df68d53 Add bindep.txt for system packages 0fb448c Add api_version wraps for group snapshot list in v3/shell.py c892723 Update unit_test.rst doc unit test py34 to py35 0ddf6c6 Remove unit tests about run_test 98822d1 Remove unused cinderclient/apiclient/client.py module 42c781c Updated from global requirements 5e5f6a2 Update help text for encryption provider 9a95d15 Zuul: Remove project name 2c774cc Support cross AZ backups ea3c9b3 Zuul: Remove project name e2618eb Add api_version wraps for some v3 volume APIs 18f7dff Fix for v3 volume unit tests d00b068 Update reno for stable/queens 06df11e Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 5 +- README.rst | 6 +- bindep.txt | 13 + cinderclient/api_versions.py | 2 +- cinderclient/apiclient/client.py | 368 --------------------- cinderclient/shell.py | 8 +- cinderclient/v2/shell.py | 27 +- cinderclient/v3/attachments.py | 5 + cinderclient/v3/group_snapshots.py | 5 + cinderclient/v3/groups.py | 5 +- cinderclient/v3/shell.py | 69 ++-- cinderclient/v3/volume_backups.py | 48 ++- cinderclient/v3/volume_types.py | 12 +- cinderclient/v3/volumes.py | 1 + cinderclient/v3/workers.py | 2 + lower-constraints.txt | 63 ++++ .../feature-cross-az-backups-9d428ad4dfc552e1.yaml | 5 + .../support-filter-type-7yt69ub7ccbf7419.yaml | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + requirements.txt | 2 +- setup.cfg | 7 - test-requirements.txt | 2 +- tox.ini | 7 + 39 files changed, 348 insertions(+), 586 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 110a7ba..e07ffad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=3.3.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 891c48f..23f0ee2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=2.0.0 # BSD -requests-mock>=1.1.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org