[release][cinder] os-brick release 0.6.0 (mitaka)
We are thrilled to announce the release of: os-brick 0.6.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 For more details, please see the git log history below and: http://launchpad.net/os-brick/+milestone/0.6.0 Please report issues through launchpad: http://bugs.launchpad.net/os-brick Changes in os-brick 0.5.0..0.6.0 -------------------------------- 915aa5c Add quobyte protocol for remotefs connections 4ca9840 Correct a log message f51683e Brick add param documentation to connectors b9d5225 Updated from global requirements 7900cf3 Multipath Device Action Being Parsed as Name 665ffea Fix iopsLimit parameter in ScaleIO connector 23e40d2 Parse FCoE sysfs device paths 58ddd21 Add new Connector APIs for path validation 06042d4 Updated from global requirements 62b01e9 Fix test_connect_volume when skip is bypassed 62450a8 Fetch and return SCSI WWN fb4b2e0 Update minimum tox version to 1.8 6e9583b Updated from global requirements 2e51465 Wait for FC multipath devices to become writable 782c102 Check RBDConnector.disconnect_volume device_info argument 0b42f3b Updated from global requirements 166820a Fix silent iSCSI login failures dc8f8a1 Change os-brick to use ostestr 87fa912 Updated from global requirements 5132a03 Removed use of deprecated LOG.warn 87e8f36 Fix typo in vgc-cluster command in rootwrap file Diffstat (except docs and test files) ------------------------------------- etc/os-brick/rootwrap.d/os-brick.filters | 6 +- os_brick/exception.py | 8 + os_brick/initiator/connector.py | 718 ++++++++++++++++++++++++----- os_brick/initiator/linuxscsi.py | 44 +- os_brick/remotefs/remotefs.py | 6 +- requirements.txt | 8 +- test-requirements.txt | 3 +- tox.ini | 16 +- 11 files changed, 1250 insertions(+), 140 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a4131a3..6173045 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,2 +9,2 @@ oslo.concurrency>=2.3.0 # Apache-2.0 -oslo.log>=1.8.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 +oslo.log>=1.12.0 # Apache-2.0 +oslo.serialization>=1.10.0 # Apache-2.0 @@ -12,2 +12,2 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.service>=0.7.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 +oslo.service>=0.12.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2228254..d01fcbd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -13,0 +14 @@ testtools>=1.4.0 +os-testr>=0.4.1
participants (1)
-
doug@doughellmann.com