We exuberantly announce the release of: python-brick-cinderclient-ext 0.12.0: python-cinderclient extension for local storage management This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/python-brick-cinderclient-ext Download the package from: https://pypi.org/project/python-brick-cinderclient-ext Please report issues through: https://bugs.launchpad.net/python-cinderclient/+bugs For more details, please see below. Changes in python-brick-cinderclient-ext 0.11.0..0.12.0 ------------------------------------------------------- 8951feb Update requirements and lower-constraints cbd78ee Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 283d533 Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + lower-constraints.txt | 6 +++--- requirements.txt | 4 ++-- test-requirements.txt | 1 - tox.ini | 6 +++--- 6 files changed, 11 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index da15cfc..af662fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,2 +7,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -python-cinderclient>=3.3.0 # Apache-2.0 -os-brick>=2.5.0 # Apache-2.0 +python-cinderclient>=5.0.0 # Apache-2.0 +os-brick>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a436898..c65c147 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +6,0 @@ hacking<0.11,>=0.10.0 -python-cinderclient>=3.3.0 # Apache-2.0