python-cinderclient 3.1.1 (pike)
We are chuffed to announce the release of: python-cinderclient 3.1.1: OpenStack Block Storage API Client Library This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-cinderclient Download the package from: https://pypi.org/project/python-cinderclient Please report issues through launchpad: https://bugs.launchpad.net/python-cinderclient For more details, please see below. Changes in python-cinderclient 3.1.0..3.1.1 ------------------------------------------- f3dcbd2 import zuul job settings from project-config 3640aea Updated from global requirements b321dd7 Fix get_highest_client_server_version with Cinder API + uWSGI 4b72b7a Update UPPER_CONSTRAINTS_FILE for stable/pike 4a12ceb Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 15 +++++++++++++++ cinderclient/client.py | 26 ++++++++++++++++++++++++-- requirements.txt | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 5 +++++ tox.ini | 2 +- 8 files changed, 54 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5e72d7c..1efc6d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3226d7d..75ae255 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=2.0 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org