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

no-reply at openstack.org no-reply at openstack.org
Tue Nov 1 17:22:57 UTC 2016


We are ecstatic to announce the release of:

os-brick 1.7.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.6.0..1.7.0
--------------------------------

ddbd809 linuxrbd: remove obsolete comment on close()
4cc4f0d Detect if Fibre Channel support exists
1d51eb6 Close connection to ceph after cinder bakcup
76af9fc Updated from global requirements
884e0a8 Updated from global requirements
7171601 s390x iscsi support enablement
4352127 Docstrings should not start with a space
f7d5cc4 Change warning to info logging for connected volume rescans
9b75624 standardize release note page ordering
c296877 Mock time.sleep for test_lv_deactivate_timeout test
99a7030 Update reno for stable/newton
261654b Remove self.__dict__ for formatting strings
ee0e9d1 Create connector aliases to the new connectors refactor
bd47790 TrivialFix: Remove logging import unused
a9f50dd Fix cmd execution stderr, stdout unicode errors
c55d96a Add retries to iSCSI connect_volume


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

os_brick/executor.py                            | 28 +++++++++++-
os_brick/initiator/connector.py                 | 26 +++++++++--
os_brick/initiator/connectors/aoe.py            |  9 ++--
os_brick/initiator/connectors/fibre_channel.py  |  8 ++--
os_brick/initiator/connectors/iscsi.py          | 16 +++++--
os_brick/initiator/initiator_connector.py       |  3 --
os_brick/initiator/linuxfc.py                   | 15 +++++++
os_brick/initiator/linuxrbd.py                  | 19 ++++----
releasenotes/source/index.rst                   |  1 +
releasenotes/source/newton.rst                  |  6 +++
requirements.txt                                |  2 +-
test-requirements.txt                           |  6 +--
tools/lintstack.py                              |  7 ++-
23 files changed, 225 insertions(+), 79 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0a7ce32..cf0c769 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.concurrency>=3.8.0 # Apache-2.0
-oslo.log>=1.14.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b3d465c..d31c59f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10,2 @@ reno>=1.8.0 # Apache2
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
@@ -16 +16 @@ testtools>=1.4.0 # MIT
-os-testr>=0.7.0 # Apache-2.0
+os-testr>=0.8.0 # Apache-2.0





More information about the OpenStack-dev mailing list