[openstack-announce] [release][cinder] os-brick release 0.5.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Sep 22 19:37:04 UTC 2015


We are pleased to announce the release of:

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

This release is part of the liberty release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/os-brick/+milestone/0.5.0

Please report issues through launchpad:

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

Changes in os-brick 0.4.0..0.5.0
--------------------------------

51bdead Change ignore-errors to ignore_errors
7cb08e5 Updated from global requirements
2754a5c Add fancy pypi version and download images
0ec8072 iSCSI fix misleading Log warning on connect fail
f5006ea Fix missing value types for log message
798f965 Log a message when can’t find multipath device
fea1ef5 Removed unused dependency: discover
0f3ec7c Use 'device' instead of 'volume_path'

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

.coveragerc                                |  2 +-
README.rst                                 |  8 ++++++++
os_brick/initiator/connector.py            | 11 +++++++++--
os_brick/initiator/linuxscsi.py            |  2 +-
requirements.txt                           |  2 +-
setup.py                                   |  2 +-
test-requirements.txt                      |  1 -
8 files changed, 33 insertions(+), 8 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c2c4d8c..a4131a3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
diff --git a/test-requirements.txt b/test-requirements.txt
index 618150e..2228254 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6
-discover





More information about the OpenStack-announce mailing list