[openstack-dev] [new][cinder] os-brick 1.8.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 8 03:48:12 UTC 2016


We are chuffed to announce the release of:

os-brick 1.8.0: OpenStack Cinder brick library for managing local
volume attaches

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/os-brick

Download the package from:

    https://pypi.python.org/pypi/os-brick

Please report issues through launchpad:

    http://bugs.launchpad.net/os-brick

For more details, please see below.

Changes in os-brick 1.7.0..1.8.0
--------------------------------

f7b8d24 Raise specific exception for an invalid protocol connector
bbd4f6e Updated from global requirements
8f59fa1 Multipath device keeps old size when extending volume
bc9cba0 Updated from global requirements
d67db13 Delete deprecated Hacking in tox.ini
4ae2389 Delete  MANIFEST.in in os-brick
66568b0 Enable release notes translation
7b46642 Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
e591bc7 Stop calling multipath -r when attaching/detaching iSCSI volumes
9b56150 Change assertTrue(isinstance()) with optimal assert


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

MANIFEST.in                                        |  6 ---
os_brick/exception.py                              |  5 ++
os_brick/initiator/connector.py                    |  3 +-
os_brick/initiator/connectors/fibre_channel.py     |  2 +-
os_brick/initiator/connectors/iscsi.py             |  8 +---
os_brick/initiator/linuxscsi.py                    | 56 +++++++++++-----------
.../initiator/connectors/test_fibre_channel.py     |  4 +-
releasenotes/source/conf.py                        |  3 ++
requirements.txt                                   |  2 +-
test-requirements.txt                              |  4 +-
tox.ini                                            |  2 +-
16 files changed, 77 insertions(+), 99 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cf0c769..1b198a1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.17.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d31c59f..22d93cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the OpenStack-dev mailing list