[openstack-announce] [release][cinder] python-cinderclient release 1.5.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Tue Dec 1 21:25:25 UTC 2015


We are content to announce the release of:

python-cinderclient 1.5.0: OpenStack Block Storage API Client Library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-cinderclient

With package available at:

    https://pypi.python.org/pypi/python-cinderclient

For more details, please see the git log history below and:

    http://launchpad.net/python-cinderclient/+milestone/1.5.0

Please report issues through launchpad:

    http://bugs.launchpad.net/python-cinderclient

Changes in python-cinderclient 1.4.0..1.5.0
-------------------------------------------

1429d10 Updated from global requirements
b8e118f Adds v2 replication support
294acfd Fix v2 qos-key command
6fe9f20 Use oslo_utils encodeutils and strutils
d50c834 Update CONTRIBUTING.md to CONTRIBUTING.rst
1a3dbfa Update help message for cinder migrate
cb08ce3 Fix volume size units to match the API
6e860e6 Fix functional tests fail on the env with https
8690e41 Adding backup-reset-state to CLI
428d2eb Implement cinder type-show
947d8d6 Updated from global requirements
9dc05b3 Update release notes for 1.3.1 and 1.4.0 releases
a17aa53 Remove duplicate code in functional tests
a8930ce Add note for broken cinderclient versions 1.2.?
e707c7a Adding pagination to snapshots and backups lists
d615cc8 Updated from global requirements
64bf39e Add commands to show image metadata
a3610f0 Fully support os-endpoint-type
62aa713 Fix three resources not being deleted by using name
029b51d Use dictionary literal for dictionary creation
f7ba7fb Change ignore-errors to ignore_errors
4e03d4b Updated from global requirements
806fa65 Updating volume type 'is_public' status support
e8274fa No longer ignores CINDER_SERVICE_NAME
32f7dde Fix incorrect exception message in cinderclient
df2883e Remove unused code from cinderclient.utils module
dba302e Add a period for the description string of a argument

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

.coveragerc                                        |   2 +-
CONTRIBUTING.md                                    |  11 --
CONTRIBUTING.rst                                   |  16 ++
cinderclient/base.py                               | 120 ++++++++++++-
cinderclient/client.py                             |  35 +++-
cinderclient/extension.py                          |   3 +-
cinderclient/shell.py                              |  34 ++--
cinderclient/utils.py                              |  36 +---
cinderclient/v1/shell.py                           |  17 +-
cinderclient/v2/shell.py                           | 194 +++++++++++++++++++--
cinderclient/v2/volume_backups.py                  |  34 ++--
cinderclient/v2/volume_snapshots.py                |  38 +---
cinderclient/v2/volume_transfers.py                |   1 -
cinderclient/v2/volume_types.py                    |   4 +-
cinderclient/v2/volumes.py                         | 189 +++++++++-----------
requirements.txt                                   |   7 +-
setup.py                                           |   2 +-
test-requirements.txt                              |   4 +-
tox.ini                                            |   4 +
31 files changed, 815 insertions(+), 421 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 906f3d2..fb4a32f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -7,2 +7,2 @@ PrettyTable<0.8,>=0.7
-python-keystoneclient>=1.6.0
-requests>=2.5.2
+python-keystoneclient!=1.8.0,>=1.6.0
+requests!=2.8.0,>=2.5.2
@@ -11,0 +12 @@ six>=1.9.0
+oslo.utils>=2.8.0                       # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7df482f..a1fe049 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ mock>=1.2
-oslosphinx>=2.5.0 # Apache-2.0
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
@@ -14 +14 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.6.1
+tempest-lib>=0.10.0





More information about the OpenStack-announce mailing list