[openstack-dev] [release][cinder] os-brick release 0.8.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Jan 18 11:25:53 UTC 2016


We are stoked to announce the release of:

os-brick 0.8.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

Please report issues through launchpad:

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

For more details, please see below.


Changes in os-brick 0.7.0..0.8.0
--------------------------------

a3261e3 Add connector for ITRI DISCO cinder driver
7e10ab7 os-brick add extend_volume API
d3b9696 os-brick add cinder local_dev lvm code
a0b5c73 Revert "Use assertTrue/False instead of assertEqual(T/F)"
00be786 Fix another unit test failure
7f00e71 Use assertTrue/False instead of assertEqual(T/F)
ccff862 Actually log the command used in _run_iscsiadm
2f2b19d Updated from global requirements
97c5768 remove python 2.6 trove classifier
7e767fd Updated from global requirements
e6d94fe ScaleIO could connect wrong volume to VM

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

etc/os-brick/rootwrap.d/os-brick.filters   |  36 ++
os_brick/exception.py                      |  12 +
os_brick/initiator/connector.py            | 266 +++++++++-
os_brick/initiator/linuxscsi.py            |  88 ++++
os_brick/local_dev/__init__.py             |   0
os_brick/local_dev/lvm.py                  | 782 +++++++++++++++++++++++++++++
requirements.txt                           |   6 +-
setup.cfg                                  |   1 -
13 files changed, 1973 insertions(+), 9 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 15a780b..8abb660 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.concurrency>=2.3.0 # Apache-2.0
-oslo.log>=1.12.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0
@@ -13,2 +13,2 @@ oslo.service>=1.0.0 # Apache-2.0
-oslo.utils>=2.8.0 # Apache-2.0
-requests>=2.8.1
+oslo.utils>=3.2.0 # Apache-2.0
+requests!=2.9.0,>=2.8.1





More information about the OpenStack-dev mailing list