[cinder] os-brick 2.2.0 (queens)
We are pleased to announce the release of: os-brick 2.2.0: OpenStack Cinder brick library for managing local volume attaches This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/os-brick Download the package from: https://pypi.python.org/pypi/os-brick Please report issues through launchpad: https://bugs.launchpad.net/os-brick For more details, please see below. Changes in os-brick 2.1.1..2.2.0 -------------------------------- effd16e Remove requirement on oslo.serialization 2dcc01f Cleanup test-requirements 6835b88 Updated from global requirements 56d034a Avoid tox_install.sh for constraints support 3266fb5 Recover node.startup values after discovering 6faa0d3 Add the StorPool brick connector aa8cccd set vg_thin_pool_size to float type Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/__init__.py | 1 + os_brick/initiator/connector.py | 3 + os_brick/initiator/connectors/iscsi.py | 54 ++++- os_brick/initiator/connectors/storpool.py | 222 +++++++++++++++++++++ os_brick/local_dev/lvm.py | 2 +- requirements.txt | 5 +- test-requirements.txt | 3 +- tools/tox_install.sh | 30 --- tox.ini | 12 +- 12 files changed, 524 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 249a5c4..f1cf3e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +9,0 @@ oslo.log>=3.30.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 @@ -13,2 +12,2 @@ oslo.privsep>=1.23.0 # Apache-2.0 -oslo.service>=1.24.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4e8a3ec..57def53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ ddt>=1.0.1 # MIT -python-subunit>=1.0.0 # Apache-2.0/BSD @@ -18 +17 @@ oslo.vmware>=2.17.0 # Apache-2.0 -castellan>=0.14.0 # Apache-2.0 +castellan>=0.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org