We are gleeful to announce the release of: os-brick 1.11.0: OpenStack Cinder brick library for managing local volume attaches This release is part of the ocata 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.10.0..1.11.0 ---------------------------------- 6a18026 Updated from global requirements 10a5e3f Encryptors: Fix compat with Nova encryptors for Ocata Diffstat (except docs and test files) ------------------------------------- os_brick/encryptors/__init__.py | 3 +++ requirements.txt | 2 +- test-requirements.txt | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0fe1e09..5f6e6b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +18 @@ six>=1.9.0 # MIT -os-win>=1.3.0 # Apache-2.0 +os-win>=1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 42fccba..3f6ebda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ os-testr>=0.8.0 # Apache-2.0 -oslo.vmware>=2.15.0 # Apache-2.0 +oslo.vmware>=2.17.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org