[release-announce] [cinder] python-brick-cinderclient-ext 0.5.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 18:51:15 UTC 2017


We jubilantly announce the release of:

python-brick-cinderclient-ext 0.5.0: python-cinderclient extension for
local storage management

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-brick-cinderclient-ext 0.4.0..0.5.0
-----------------------------------------------------

ba15b5d Updated from global requirements
7ff79b5 python-brick-cinderclient-ext installation guide typo
5ca3ae2 Update URLs in documentation
6e46cd7 Updated from global requirements
efbfafb Switch from oslosphinx to openstackdocstheme
41f1a65 Actually do the detach with the new attach/detach flow
bb3593e Fix to allow multipathing with attach/detach
8ad341d Don't override brick's execute function
f98dd0e Updated from global requirements
a1c0aef Updated from global requirements
3a8b113 Add new v3 attach/detach workflow
2818a6a Added bindep support
4d1cd69 Updated from global requirements
75005d9 Updated from global requirements
0d7a3b7 Updated from global requirements
526302d Updated from global requirements
9f39a6b Updated from global requirements
f092d8c Fix duplicated commands in brick-cinderclient-ext
2ce2e4a Indicating the location tests directory in oslo_debug_helper


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

CONTRIBUTING.rst                                   |   4 +-
HACKING.rst                                        |   2 +-
README.rst                                         |   6 +-
bindep.txt                                         |   7 ++
brick_cinderclient_ext/__init__.py                 |   3 +-
brick_cinderclient_ext/client.py                   | 134 ++++++++++++++++++++-
brick_cinderclient_ext/exceptions.py               |   9 ++
brick_python_cinderclient_ext/__init__.py          |  13 --
releasenotes/source/conf.py                        |  13 +-
requirements.txt                                   |   6 +-
test-requirements.txt                              |   9 +-
tox.ini                                            |  13 +-
15 files changed, 247 insertions(+), 47 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9b9b6d0..5ac89ce 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -7,2 +7,2 @@ pbr>=2.0.0 # Apache-2.0
-python-cinderclient>=2.0.1 # Apache-2.0
-os-brick>=1.8.0 # Apache-2.0
+python-cinderclient>=3.0.0 # Apache-2.0
+os-brick>=1.15.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e1fcaa6..7c3dc57 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7,2 @@ hacking<0.11,>=0.10.0
-coverage>=4.0 # Apache-2.0
+python-cinderclient>=3.0.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -10,2 +11,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -13 +14 @@ oslotest>=1.10.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list