[glance] python-glanceclient 2.10.0 (queens)
We are jazzed to announce the release of: python-glanceclient 2.10.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. 2.10.0 ^^^^^^ Prelude ******* This release of python-glanceclient syncs up with Queens release of Glance API service, including critical bugfixes to client behaviour against the new Interoperable Image Import feature. New Features ************ * Support for Interoperable Image Import 'web-download' import method. Known Issues ************ * Help texts for some properties has possibly outdated links. Please do refer to the documentation of the deployment while we do find a way how to document these references in a way that they do not point user to false information. Critical Issues *************** * Client commands "image-create-via-import" and "image-import" have aligned to the Glance common principles of failing early. This means that client does determine if the call would fail for sure before taking any create actions and thus minimizes the clutter created on the service that the user or admin would potentially need to take action on. Bug Fixes ********* * The following are some highlights of bugfixes included in this release. * Bug 1758718: image-import needs to fail faster * Bug 1758149: image-create-via-import needs to fail faster * Bug 1757927: image-create-via-import does not fail with missing {container,disk}-format for web-download method * Bug 1758039: client does not provide way to use 'web-download' (https://code.launchpad.net/bugs/1758718) (https://code.launchpad.net/bugs/1758149) (https://code.launchpad.net/bugs/1757927) (https://code.launchpad.net/bugs/1758039) Changes in python-glanceclient 2.9.1..2.10.0 -------------------------------------------- b5afe03 Add releasenotes for 2.10.0 release 2bc0e65 Make image-import fail faster 22568b0 Fix intermittent v2 shell unit test failures 4211b67 Make image-create-via-import fail faster 91c19dd Check for container,disk_format on web-download 75775a1 Add support for web-download import method bb54656 Updated from global requirements 637bb4d Update UPPER_CONSTRAINTS_FILE for stable/queens 947e1c1 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + glanceclient/v2/images.py | 8 +- glanceclient/v2/shell.py | 142 +++- .../notes/queens-2.10.0-83fcadf8f77b0b56.yaml | 35 + test-requirements.txt | 2 +- tox.ini | 2 +- 9 files changed, 915 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 90e5904..8bec3aa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ os-client-config>=1.28.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org