[openstack-dev] [release][cinder] os-brick 0.2.0

Doug Hellmann doug at doughellmann.com
Mon Jun 1 14:29:32 UTC 2015


We are jubilant to announce the release of:

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

With source available at:

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

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

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

Please report issues through launchpad:

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

Changes in os-brick 0.1.0..0.2.0
--------------------------------

3433f5d Allow overriding the host field
49c2bdf Assign the platform after declaration
20b9a0e Added a unit test for masking iscsiadm passwords
28f3d09 Preparing for the 0.1.1 release
8e6e07e ISCSI be careful parsing iscsiadm output
418a965 Updated from global requirements
9247aa4 Drop use of 'oslo' namespace package

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

os_brick/i18n.py                           |  2 +-
os_brick/initiator/connector.py            | 23 +++++++++--
requirements.txt                           | 16 ++++----
setup.py                                   |  8 ++++
test-requirements.txt                      |  4 +-
8 files changed, 103 insertions(+), 22 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 267a4f5..195e6cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -7,7 +7,7 @@ Babel>=1.3
-eventlet>=0.16.1,!=0.17.0
-oslo.concurrency>=1.8.0,<1.9.0
-oslo.log>=1.0.0,<1.1.0
-oslo.serialization>=1.4.0,<1.5.0
-oslo.i18n>=1.5.0,<1.6.0
-oslo.utils>=1.4.0,<1.5.0
-retrying>=1.2.3,!=1.3.0
+eventlet>=0.17.3
+oslo.concurrency>=1.8.0         # Apache-2.0
+oslo.log>=1.0.0  # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
+retrying>=1.2.3,!=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index ca6ca9a..fd41824 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10,2 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0,<2.6.0
-oslotest>=1.5.1,<1.6.0
+oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0



More information about the OpenStack-dev mailing list