[release-announce] [cinder] os-brick 2.3.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Jan 19 00:16:49 UTC 2018


We are amped to announce the release of:

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

This release is part of the queens release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

2.3.0
^^^^^

Bug Fixes

* [bug 1722432 (https://bugs.launchpad.net/os-brick/+bug/1722432)]
  Changes the supported_transports to support tcp transport. With this
  change, we can define an custom iface with tcp transport to limit
  the storage traffic only be transimitted via storage NIC we
  specified.

Changes in os-brick 2.2.0..2.3.0
--------------------------------

7dd2076 adding iSER connector for PPC64
76e5a36 adding VERITAS_HYPERSCALE connector for PPC64
1760d0f Updated from global requirements
6fb1e79 adding VZSTORAGE connector for PPC64
c4ed763 Updated from global requirements
cfe5b19 Update supported transports for iscsi connector
c1bd361 Remove the unnecessary pv_list assign during LVM object init
4ee4044 Fixing FC scanning


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

os_brick/initiator/connector.py                    |   6 +
os_brick/initiator/connectors/fibre_channel.py     |   3 +-
os_brick/initiator/connectors/iscsi.py             |   4 +-
os_brick/initiator/linuxfc.py                      |  33 +++-
os_brick/local_dev/lvm.py                          |   2 -
.../notes/bug-1722432-2408dab55c903c5b.yaml        |   7 +
requirements.txt                                   |   4 +-
test-requirements.txt                              |   4 +-
9 files changed, 159 insertions(+), 78 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f1cf3e5..f8eb11b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-oslo.concurrency>=3.20.0 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+oslo.concurrency>=3.25.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 57def53..d90fbcd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ reno>=2.5.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
@@ -11 +11 @@ openstackdocstheme>=1.17.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0






More information about the Release-announce mailing list