From b5afe03ecd3cb25bf09232a803d91c4c5ff06f6c Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Mon, 9 Apr 2018 20:02:23 +0100 Subject: [PATCH] Add releasenotes for 2.10.0 release Change-Id: I16cda4e5079224fe052a33c0bd4a084491cabdc6 --- .../notes/queens-2.10.0-83fcadf8f77b0b56.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 releasenotes/notes/queens-2.10.0-83fcadf8f77b0b56.yaml diff --git a/releasenotes/notes/queens-2.10.0-83fcadf8f77b0b56.yaml b/releasenotes/notes/queens-2.10.0-83fcadf8f77b0b56.yaml new file mode 100644 index 00000000..d433743e --- /dev/null +++ b/releasenotes/notes/queens-2.10.0-83fcadf8f77b0b56.yaml @@ -0,0 +1,35 @@ +--- +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. +features: + - | + Support for Interoperable Image Import 'web-download' import method. +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: + - | + 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. +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' + + .. _1758718: https://code.launchpad.net/bugs/1758718 + .. _1758149: https://code.launchpad.net/bugs/1758149 + .. _1757927: https://code.launchpad.net/bugs/1757927 + .. _1758039: https://code.launchpad.net/bugs/1758039