[openstack-dev] [release][cinder] os-brick 1.1.0 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Wed Feb 24 19:25:16 UTC 2016
We are jubilant to announce the release of:
os-brick 1.1.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.
Changes in os-brick 1.0.0..1.1.0
--------------------------------
c84dfef Fix setting the multipath_id
2d60736 Updated from global requirements
0d25bbb Include multipath -ll output in failed to parse warning
Diffstat (except docs and test files)
-------------------------------------
os_brick/initiator/connector.py | 7 +++----
requirements.txt | 4 ++--
3 files changed, 38 insertions(+), 6 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index de2c245..81b35a4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel>=1.3 # BSD
-eventlet>=0.18.2 # MIT
+eventlet!=0.18.3,>=0.18.2 # MIT
@@ -13 +13 @@ oslo.service>=1.0.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
More information about the OpenStack-dev
mailing list