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

no-reply at openstack.org no-reply at openstack.org
Tue Mar 21 21:33:59 UTC 2017


We are satisfied to announce the release of:

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

This release is part of the pike release series.

The source is available from:

    http://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:

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

For more details, please see below.

0.4.0
^^^^^

New Features

* Added attribute --nic to get-connector command.

* Added attribute --nic to local-attach command.

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

1e9a1d6 Revert "Retrieve storage_protocol from storage backend capabilities"
1a0f213 Updated from global requirements
4e14304 Extend volume's local attach feature using --nic
0f79844 Add Python 3.5 classifier and venv
769140c Update reno for stable/ocata
dd116f6 Updated from global requirements
3b843f8 Clean imports in code
39c714c Remove unnecessary 'service_type' decorator
f909d1d Add --nic attr to get-connector command


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

brick_cinderclient_ext/__init__.py                 | 24 ++++++---
brick_cinderclient_ext/brick_utils.py              | 25 ++++++++-
brick_cinderclient_ext/client.py                   | 43 +++++++++-------
brick_cinderclient_ext/exceptions.py               | 41 +++++++++++++++
brick_cinderclient_ext/volume_actions.py           |  5 +-
...dd_get_connector_nic_attr-fd429b22d02f8621.yaml |  3 ++
...add_local_attach_nic_attr-923f867bd565dc36.yaml |  3 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ocata.rst                      |  6 +++
requirements.txt                                   |  4 +-
setup.cfg                                          |  1 +
setup.py                                           |  2 +-
test-requirements.txt                              |  2 +-
tox.ini                                            |  2 +-
17 files changed, 216 insertions(+), 52 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2d62ffd..9b9b6d0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.8 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
@@ -7 +7 @@ pbr>=1.8 # Apache-2.0
-python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
+python-cinderclient>=2.0.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c193c50..e1fcaa6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list