[openstack-announce] [new][cinder] python-cinderclient 1.8.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 1 13:38:41 UTC 2016


We are overjoyed to announce the release of:

python-cinderclient 1.8.0: OpenStack Block Storage API Client Library

This release is part of the newton release series.

With source available at:

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

With package available at:

    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 1.7.1..1.8.0
-------------------------------------------

623cef2 Don't enable lazy translation when loading client
11010ec Support for cinder backup force delete
af91c23 Remove deprecated tempest_lib and use tempest.lib

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

cinderclient/client.py                            |  4 ----
cinderclient/v3/shell.py                          |  7 +++++-
cinderclient/v3/volume_backups.py                 | 12 +++++++----
test-requirements.txt                             |  2 +-
6 files changed, 44 insertions(+), 13 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 8589c16..17fd9fb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-tempest-lib>=0.14.0 # Apache-2.0
+tempest>=11.0.0 # Apache-2.0





More information about the OpenStack-announce mailing list