[openstack-dev] [release][cinder] os-brick 1.0.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 18 17:46:12 UTC 2016


We are pumped to announce the release of:

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

This release is part of the mitaka 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

Please report issues through launchpad:

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

For more details, please see below.

1.0.0
^^^^^


New Features
************

* Added vStorage protocol support for RemoteFS connections.


Bug Fixes
*********

* Improved multipath device handling.


Other Notes
***********

* Start using reno to manage release notes.

Changes in os-brick 0.8.0..1.0.0
--------------------------------

508c339 Fix iSCSI Multipath
f3f3ce7 Add missing release notes
82cdb40 Lun id's > 255 should be converted to hex
4bdaba0 Updated from global requirements
6998adf Fix output returned from get_all_available_volumes
2b051f7 Raise exception in find_multipath_device
8f31639 Updated from global requirements
ba2100a Remove multipath -l logic from ISCSI connector
6b22d75 Add vzstorage protocol for remotefs connections
4b3dbdc Add reno for release notes management
40d95d8 Fix get_device_size with newlines
6c5490b Updated from global requirements

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

.gitignore                                         |   3 +
os_brick/exception.py                              |   4 +
os_brick/initiator/connector.py                    | 113 +++++----
os_brick/initiator/linuxscsi.py                    |  22 +-
os_brick/version.py                                |  20 ++
.../add-vstorage-protocol-b536f4e21d764801.yaml    |   3 +
.../multipath-improvements-596c2c6eadfba6ea.yaml   |   3 +
.../notes/start-using-reno-23e8d5f1a30851a1.yaml   |   3 +
releasenotes/source/_static/.placeholder           |   0
releasenotes/source/_templates/.placeholder        |   0
releasenotes/source/conf.py                        | 276 +++++++++++++++++++++
releasenotes/source/index.rst                      |   5 +
requirements.txt                                   |  14 +-
test-requirements.txt                              |  15 +-
tox.ini                                            |   3 +
18 files changed, 520 insertions(+), 87 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8abb660..de2c245 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-pbr>=1.6
-Babel>=1.3
-eventlet>=0.17.4
+pbr>=1.6 # Apache-2.0
+Babel>=1.3 # BSD
+eventlet>=0.18.2 # MIT
@@ -11 +11 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
@@ -13,2 +13,2 @@ oslo.service>=1.0.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1
+oslo.utils>=3.4.0 # Apache-2.0
+requests!=2.9.0,>=2.8.1 # Apache-2.0
@@ -16 +16 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
-six>=1.9.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index d01fcbd..dece983 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,3 +6,4 @@ hacking<0.11,>=0.10.0
-coverage>=3.6
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+coverage>=3.6 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+reno>=0.1.1 # Apache2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -11,4 +12,4 @@ oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
-os-testr>=0.4.1
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
+os-testr>=0.4.1 # Apache-2.0





More information about the OpenStack-dev mailing list