We are glad to announce the release of: python-glanceclient 2.9.0: OpenStack Image API Client Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-glanceclient Download the package from: https://pypi.python.org/pypi/python-glanceclient Please report issues through launchpad: https://bugs.launchpad.net/python-glanceclient For more details, please see below. Changes in python-glanceclient 2.8.0..2.9.0 ------------------------------------------- 4dcbc30 Compare against 'RequestIdProxy.wrapped' 726c50d Update Image service property keys doc 8eea3c7 Update Image service property keys docs 3ea8898 Updated from global requirements bb09119 Revise functional testing README file a598550 Restore functional testing under ssl c0e63d9 Migrate dsvm functional test jobs to project repo 79d0051 Add domain info to functional test clients 2f79a98 Updated from global requirements d158f1e Updated from global requirements 08834d0 Updated from global requirements db79d39 Remove Babel as a runtime requirement 335f1e9 image-create-via-import fails with ValueError e5b69ef Fix image-import call 14a9693 Updated from global requirements 0e50837 stage call fails with TypeError 6fe3018 Update reno for stable/pike a00ea5b Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 48 ++++++++++++++++++++++ glanceclient/v2/images.py | 12 +++--- glanceclient/v2/shell.py | 7 +++- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++ requirements.txt | 13 +++--- test-requirements.txt | 14 +++---- tools/fix_ca_bundle.sh | 37 +++++++++++++++++ tox.ini | 5 +++ 14 files changed, 163 insertions(+), 81 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ca2a418..40880d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +4,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD @@ -7 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 @@ -9,4 +8,4 @@ requests>=2.14.2 # Apache-2.0 -warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0 -six>=1.9.0 # MIT -oslo.utils>=3.20.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +warlock!=1.3.0,<2,>=1.2.0 # Apache-2.0 +six>=1.10.0 # MIT +oslo.utils>=3.33.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 @@ -14 +13 @@ wrapt>=1.7.0 # BSD License -pyOpenSSL>=0.14 # Apache-2.0 +pyOpenSSL>=16.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2c9bfb4..eb76e2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0 # BSD -ordereddict # MIT +mock>=2.0.0 # BSD +ordereddict>=1.1 # MIT @@ -10,2 +10,2 @@ os-client-config>=1.28.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 @@ -14 +14 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -17,2 +17,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -requests-mock>=1.1 # Apache-2.0 -tempest>=16.1.0 # Apache-2.0 +requests-mock>=1.1.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0