[openstack-dev] [release][cinder] os-brick 1.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 11 12:59:58 UTC 2016


We are overjoyed to announce the release of:

os-brick 1.3.0: OpenStack Cinder brick library for managing local
volume attaches

This release is part of the newton 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

Please report issues through launchpad:

    http://bugs.launchpad.net/os-brick

For more details, please see below.

Changes in os-brick 1.1.0..1.3.0
--------------------------------

e312c89 LVM: Call supports_thin_provisioning as static
2ec0e03 Add pylint tox env
652cd83 Don't use oslo-incubator stuff
64496c1 Update reno for stable/mitaka
c7f70d0 Replace _get_multipath_device_name with _discover_mpath_device
071b541 Fixes get_all_available_volumes return value
aa66ca0 Updated from global requirements
08b1ad0 Fix Scality SOFS support
1b6eb83 Actually run the RemoteFSClient unit tests
123caab Mock time.sleep() in 3 unit tests
a168bd0 Add sheepdog support

Diffstat (except docs and test files)
-------------------------------------

.gitignore                                     |   2 +
openstack-common.conf                          |   6 -
os_brick/exception.py                          |   9 ++
os_brick/initiator/connector.py                | 148 +++++++++++++++---
os_brick/initiator/linuxsheepdog.py            | 118 ++++++++++++++
os_brick/local_dev/lvm.py                      |   5 +-
os_brick/remotefs/remotefs.py                  |  34 +++-
pylintrc                                       |  38 +++++
releasenotes/source/index.rst                  |  12 +-
releasenotes/source/mitaka.rst                 |   6 +
releasenotes/source/unreleased.rst             |   5 +
requirements.txt                               |   2 +-
tools/lintstack.py                             | 207 +++++++++++++++++++++++++
tools/lintstack.sh                             |  59 +++++++
tox.ini                                        |   7 +-
20 files changed, 878 insertions(+), 100 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 81b35a4..cfde43e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ eventlet!=0.18.3,>=0.18.2 # MIT
-oslo.concurrency>=2.3.0 # Apache-2.0
+oslo.concurrency>=3.5.0 # Apache-2.0





More information about the OpenStack-dev mailing list