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

no-reply at openstack.org no-reply at openstack.org
Wed Mar 28 08:49:34 UTC 2018


We are pumped to announce the release of:

os-brick 2.3.1: 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.

Changes in os-brick 2.3.0..2.3.1
--------------------------------

9287b28 Accept ISCSI_ERR_NO_OBJS_FOUND from iscsiadm
7ffb839 Incorporate the connection_properties input for PPC64
e91f19b s390x fc: Fix device path for Ubuntu with ds8k
06bc119 Updated from global requirements
0788397 Update UPPER_CONSTRAINTS_FILE for stable/queens
8362533 Update .gitreview for stable/queens


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

.gitreview                                         |  1 +
.../initiator/connectors/fibre_channel_ppc64.py    | 13 ------
.../initiator/connectors/fibre_channel_s390x.py    |  7 ++-
os_brick/initiator/connectors/iscsi.py             |  5 ++-
os_brick/initiator/linuxfc.py                      | 51 ----------------------
.../connectors/test_fibre_channel_ppc64.py         |  2 +-
.../connectors/test_fibre_channel_s390x.py         |  4 +-
requirements.txt                                   |  2 +-
test-requirements.txt                              |  2 +-
tox.ini                                            |  4 +-
11 files changed, 33 insertions(+), 72 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f8eb11b..dc6e947 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ six>=1.10.0 # MIT
-os-win>=2.0.0 # Apache-2.0
+os-win>=3.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d90fbcd..7dfc3f8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list