We jubilantly announce the release of: python-glanceclient 2.8.1: OpenStack Image API Client Library This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/python-glanceclient Download the package from: https://pypi.org/project/python-glanceclient Please report issues through: https://bugs.launchpad.net/python-glanceclient/+bugs For more details, please see below. 2.8.1 ^^^^^ Prelude ******* This update contains bug fixes for the interoperable image import functionality introduced into Glance as an EXPERIMENTAL API during the Pike cycle. Bug Fixes ********* * The following bug fixes are included in this release: * Bug 1711090: stage call fails with TypeError * Bug 1711259: Fix image-import call * Bug 1711511: image-create-via-import fails with ValueError (https://code.launchpad.net/bugs/1711090) (https://code.launchpad.net/bugs/1711259) (https://code.launchpad.net/bugs/1711511) Changes in python-glanceclient 2.8.0..2.8.1 ------------------------------------------- 2dfd7c7 import zuul job settings from project-config 1eb97f8 Migrate dsvm functional test jobs to project repo f0cff25 Add release note for Pike point release 13b25ff image-create-via-import fails with ValueError 66d4867 Fix image-import call f7ce62b stage call fails with TypeError 192170e Updated from global requirements 5cc1a8b Update UPPER_CONSTRAINTS_FILE for stable/pike ebfbe7d Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 58 ++++++++++++++++++++++ glanceclient/v2/images.py | 12 +++-- glanceclient/v2/shell.py | 5 +- .../pike-update-relnote-ab77b01aa8799f22.yaml | 16 ++++++ requirements.txt | 2 +- test-requirements.txt | 2 +- tools/fix_ca_bundle.sh | 37 ++++++++++++++ tools/tox_install.sh | 55 -------------------- tox.ini | 13 +++-- 11 files changed, 134 insertions(+), 113 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ca2a418..dcdc24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ 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 2c9bfb4..97134ed 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ os-client-config>=1.28.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0