[release-announce] [cinder] os-brick 1.6.2 (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 14 16:40:02 UTC 2017


We are satisfied to announce the release of:

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

This release is part of the newton stable 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.6.1..1.6.2
--------------------------------

e1b77f9 Raise specific exception for an invalid protocol connector
63f1b43 s390 FC device path fix for Ubuntu
8c401a6 encryptors: Workaround mangled passphrases
d5357eb encryptors: Mock os_brick.executor correctly
9c4ea98 Fix cmd execution stderr, stdout unicode errors
a792110 Add Constraints support and missing bindep.txt dependencies
3766c65 RBD: enclose ipv6 addresses in square brackets
3766385 Close connection to ceph after cinder bakcup
2ca1fac Update .gitreview for stable/newton


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

.gitreview                                         |   1 +
os_brick/encryptors/cryptsetup.py                  |  25 ++-
os_brick/encryptors/luks.py                        |  48 ++++++
os_brick/exception.py                              |   5 +
os_brick/executor.py                               |  28 +++-
os_brick/initiator/connector.py                    |   3 +-
.../initiator/connectors/fibre_channel_s390x.py    |  26 ++-
os_brick/initiator/connectors/rbd.py               |  21 ++-
os_brick/initiator/linuxrbd.py                     |  13 +-
.../connectors/test_fibre_channel_s390x.py         |   4 +-
tools/tox_install.sh                               |  30 ++++
tox.ini                                            |  10 +-
21 files changed, 499 insertions(+), 162 deletions(-)






More information about the Release-announce mailing list