[release-announce] [cinder] os-brick 1.9.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 17 19:02:26 UTC 2017


We are glad to announce the release of:

os-brick 1.9.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.8.0..1.9.0
--------------------------------

871cd1a Updated from global requirements
717a55c Add debug to tox environment
b5574ae Windows connectors: add device_scan_interval arg
2d3a4c5 Add curl to bindep
3670a96 Removes unnecessary utf-8 encoding
73a694a Replace assertDictMatch with assertDictEqual
58956d7 Add Constraints support and missing bindep.txt dependencies
d2fa76c Move castellan to test-reqs
b8b5bf9 Fix import method to follow community guideline
b0ba704 Remove the duplicate calls to rescan
2948c81 Code cleanup in initiator/linuxfc.py
8d0248d Updated from global requirements
9bc671d linuxfc: log path when HBA not found
a88f13a RBD: ensure temporary config gets deleted
e95864a os-brick: Add bindep support
29c2a8e Show team and repo badges on README
edca93b Updated from global requirements
793c03b Add developer docs url in README.rst(trivial)
7e33521 encryptors: Workaround mangled passphrases
6f1bb59 encryptors: Mock os_brick.executor correctly
f3db22f RBD: enclose ipv6 addresses in square brackets
fb0b7e3 Updated from global requirements
7af307b Mask passwords in utils.trace for func params
dbde8fe Updated from global requirements
ca70353 Drop py33 support
6b847ff Windows remotefs: create mountpoints at the expected location
2e01b2f Use assertEqual() instead of assertDictEqual()
8d3362d DISCO: Log init message as debug
45145eb Retire ISERConnector from documentation


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

README.rst                                         |  15 +-
bindep.txt                                         |  12 ++
os_brick/encryptors/cryptsetup.py                  |  25 ++-
os_brick/encryptors/luks.py                        |  51 +++++-
os_brick/initiator/connectors/disco.py             |   2 +-
os_brick/initiator/connectors/iscsi.py             |   2 -
os_brick/initiator/connectors/rbd.py               |  40 +++--
os_brick/initiator/linuxfc.py                      |  30 ++--
os_brick/initiator/linuxscsi.py                    |   4 +-
os_brick/initiator/windows/base.py                 |   5 +
os_brick/initiator/windows/fibre_channel.py        |   3 +
os_brick/initiator/windows/iscsi.py                |   7 +-
os_brick/remotefs/windows_remotefs.py              |  33 ++--
os_brick/utils.py                                  |   7 +-
requirements.txt                                   |   9 +-
setup.cfg                                          |   1 -
test-requirements.txt                              |   3 +-
tools/tox_install.sh                               |  30 ++++
tox.ini                                            |  27 +++-
34 files changed, 529 insertions(+), 286 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1b198a1..0fe1e09 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -14,2 +14,2 @@ oslo.service>=1.10.0 # Apache-2.0
-oslo.utils>=3.17.0 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
+requests!=2.12.2,>=2.10.0 # Apache-2.0
@@ -18,2 +18 @@ six>=1.9.0 # MIT
-castellan>=0.4.0 # Apache-2.0
-os-win>=0.2.3 # Apache-2.0
+os-win>=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 22d93cb..42fccba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17,2 @@ os-testr>=0.8.0 # Apache-2.0
-oslo.vmware>=2.11.0 # Apache-2.0
+oslo.vmware>=2.15.0 # Apache-2.0
+castellan>=0.4.0 # Apache-2.0





More information about the Release-announce mailing list