python-brick-cinderclient-ext 0.9.0 (rocky)
We are gleeful to announce the release of: python-brick-cinderclient-ext 0.9.0: python-cinderclient extension for local storage management This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-brick- cinderclient-ext Download the package from: https://pypi.org/project/python-brick-cinderclient-ext Please report issues through launchpad: https://bugs.launchpad.net/python-cinderclient For more details, please see below. Changes in python-brick-cinderclient-ext 0.8.0..0.9.0 ----------------------------------------------------- 34758ce Implements: adds FIBRE_CHANNEL support 98ed725 Switch to using stestr b3041b1 Fix build error due to doc warning and l-c 79b256c Fix bindep platform declaration 98d123c Update links in README 94bd9a1 Updated from global requirements 82d4136 add lower-constraints job abd0ddc Follow the new PTI for document build f3f5a45 Disable extra services for functional tests 32c8bce Updated from global requirements 0cffa1f Switch from legacy functional tests e007571 Updated from global requirements 04f60ca Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 5 ++ .zuul.yaml | 55 +++++++++++++ README.rst | 4 +- bindep.txt | 4 +- brick_cinderclient_ext/volume_actions.py | 6 +- lower-constraints.txt | 91 ++++++++++++++++++++++ releasenotes/source/index.rst | 3 +- releasenotes/source/queens.rst | 6 ++ requirements.txt | 4 +- setup.cfg | 8 -- test-requirements.txt | 5 +- tox.ini | 19 ++++- 15 files changed, 195 insertions(+), 76 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 06bccf2..da15cfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,2 +8,2 @@ python-cinderclient>=3.3.0 # Apache-2.0 -os-brick>=2.2.0 # Apache-2.0 -oslo.concurrency>=3.25.0 # Apache-2.0 +os-brick>=2.5.0 # Apache-2.0 +oslo.concurrency>=3.26.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4a728f8..dc44e63 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +9,0 @@ ddt>=1.0.1 # MIT -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 @@ -13 +10,0 @@ oslotest>=3.2.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 @@ -17 +14 @@ testtools>=2.2.0 # MIT -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org