We are thrilled to announce the release of: os-brick 0.7.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 below and: http://launchpad.net/os-brick/+milestone/0.7.0 Please report issues through launchpad: http://bugs.launchpad.net/os-brick Changes in os-brick 0.6.0..0.7.0 -------------------------------- ebce3c3 DRBD connector class f5c74cd Deprecated tox -downloadcache option removed 27cc6c9 Allow RBDClient to be used from a with-statement 319acb3 Updated from global requirements 1092490 Remove brackets from portal 26caabf Minor documentation fixes for the method parameters 55c9386 Add requests to project requirements Diffstat (except docs and test files) ------------------------------------- etc/os-brick/rootwrap.d/os-brick.filters | 3 + os_brick/initiator/connector.py | 105 +++++++++++++++++++++++++++-- os_brick/initiator/linuxrbd.py | 6 ++ requirements.txt | 3 +- tox.ini | 3 - 7 files changed, 216 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6173045..15a780b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.service>=0.12.0 # Apache-2.0 +oslo.service>=1.0.0 # Apache-2.0 @@ -13,0 +14 @@ oslo.utils>=2.8.0 # Apache-2.0 +requests>=2.8.1