[release-announce] [cinder] python-cinderclient 3.2.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 31 16:24:48 UTC 2017


We are amped to announce the release of:

python-cinderclient 3.2.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.2.0
^^^^^

Bug Fixes

* The attachment_ids in the volume info returned by show volume were
  incorrect. It was showing the volume_id, not the attachment_id. This
  fix changes the attachment_ids returned by show volume to correctly
  reflect the attachment_id. [Bug 1713082
  (https://bugs.launchpad.net/bugs/1713082)]

Changes in python-cinderclient 3.1.0..3.2.0
-------------------------------------------

aab7a58 Fix attachment_id returned by create and show volume
7b601bd Unsupported 'message' Exception attribute in PY3
74457db Enable F811, F821
e3e2f4d Fix method/module redefinition errors
370212c Updated from global requirements
b7d3468 Add an attachment_complete API call
09a6506 Fix wrong links
19bb7cd Fix get_highest_client_server_version with Cinder API + uWSGI
60d00b0 Enable H306
fba4164 Added missing column 'Allocated'
3dc8245 Fix man page build
7c3f339 Update reno for stable/pike
574959c Updated from global requirements
c650450 Clean the redundant code in shell.py
c6ca3cf Support skip-validation for quota update
afa1040 [Optimize] Adds interval and increase waiting time


Diffstat (except docs and test files)
-------------------------------------

cinderclient/api_versions.py                       |  4 +--
cinderclient/client.py                             | 36 +++++++++++++++++-----
cinderclient/shell.py                              | 17 +++++-----
cinderclient/shell_utils.py                        |  7 +++--
cinderclient/utils.py                              |  2 +-
cinderclient/v1/client.py                          |  8 ++---
cinderclient/v2/client.py                          | 14 ++++-----
cinderclient/v2/shell.py                           |  2 +-
cinderclient/v3/attachments.py                     | 17 ++++++++++
cinderclient/v3/client.py                          | 16 +++++-----
cinderclient/v3/group_snapshots.py                 |  2 +-
cinderclient/v3/groups.py                          |  2 +-
cinderclient/v3/messages.py                        |  4 +--
cinderclient/v3/quotas.py                          | 20 +++++++++++-
cinderclient/v3/resource_filters.py                |  2 +-
cinderclient/v3/shell.py                           | 14 +++++++++
cinderclient/v3/volumes.py                         |  8 ++---
.../notes/bug-1713082-fb9276eed70f7e3b.yaml        |  8 +++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++++
requirements.txt                                   |  2 +-
setup.cfg                                          |  2 +-
test-requirements.txt                              |  8 ++---
tox.ini                                            |  2 +-
58 files changed, 261 insertions(+), 121 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 5e72d7c..1efc6d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.0.1 # Apache-2.0
+keystoneauth1>=3.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3226d7d..db653e2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
+mock>=2.0.0 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0
@@ -12,2 +12,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-reno!=2.3.1,>=1.8.0 # Apache-2.0
-requests-mock>=1.1 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+requests-mock>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list