[nova] python-novaclient 9.1.2 (pike)
We exuberantly announce the release of: python-novaclient 9.1.2: Client library for OpenStack Compute API This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-novaclient Download the package from: https://pypi.python.org/pypi/python-novaclient Please report issues through launchpad: https://bugs.launchpad.net/python-novaclient For more details, please see below. Changes in python-novaclient 9.1.1..9.1.2 ----------------------------------------- 5aa1215 Use generic user for both zuul v2 and v3 75ad151 Correct typo in deprecation for floating-ip commands ba6f5dd Zuul: Remove project name cb83dbd Avoid tox_install.sh for constraints support b481c10 Move zuulv3 jobs to project repo 204eff6 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 32 +++++++++ novaclient/v2/shell.py | 2 +- .../post.yaml | 80 ++++++++++++++++++++++ .../run.yaml | 59 ++++++++++++++++ .../novaclient-dsvm-functional-neutron/post.yaml | 80 ++++++++++++++++++++++ .../novaclient-dsvm-functional-neutron/run.yaml | 58 ++++++++++++++++ requirements.txt | 2 +- test-requirements.txt | 6 +- tools/tox_install.sh | 30 -------- tox.ini | 13 ++-- 11 files changed, 322 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 17b9cf6..bc39486 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -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 21c3c69..c6bfd82 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,2 +12,2 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -python-cinderclient>=3.0.0 # Apache-2.0 -python-glanceclient>=2.7.0 # Apache-2.0 +python-cinderclient>=3.1.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 @@ -18 +18 @@ os-client-config>=1.28.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org