[cinder] os-brick 1.13.0 (pike)
We enthusiastically announce the release of: os-brick 1.13.0: OpenStack Cinder brick library for managing local volume attaches This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/os-brick Download the package from: 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.12.0..1.13.0 ---------------------------------- c68131d Return correct device path from Veritas connector e48d21b Updated from global requirements 13f2765 Changed way of providing RBD keyring from keyring_path to client token 8b86a2d Change log level on _get_hba_channel_scsi_target 0319bfb Veritas os-brick connector should use privsep 67e1a39 Adding support for FibreChannelConnector for PPC64 520e756 Updated from global requirements f0cc76d Replace random uuid with fake uuid in unit tests f1738d0 Include identity information in rbd commands Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/__init__.py | 3 + os_brick/initiator/connector.py | 15 +++++ .../initiator/connectors/fibre_channel_ppc64.py | 65 ++++++++++++++++++ os_brick/initiator/connectors/rbd.py | 51 +++++++++++---- os_brick/initiator/connectors/vrtshyperscale.py | 14 ++-- os_brick/initiator/linuxfc.py | 55 ++++++++++++++-- .../connectors/test_fibre_channel_ppc64.py | 43 ++++++++++++ .../initiator/connectors/test_vrtshyperscale.py | 42 +++--------- requirements.txt | 4 +- test-requirements.txt | 6 +- 13 files changed, 306 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 887df31..58a4d29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD -eventlet!=0.18.3,>=0.18.2 # MIT +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT @@ -12 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.privsep>=1.9.0 # Apache-2.0 +oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 24dee74..5c550ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking<0.11,>=0.10.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +10 @@ reno>=1.8.0 # Apache-2.0 -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -18 +18 @@ oslo.vmware>=2.17.0 # Apache-2.0 -castellan>=0.4.0 # Apache-2.0 +castellan>=0.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org