summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2018-04-09 20:02:23 +0100
committerErno Kuvaja <jokke@usr.fi>2018-04-09 20:02:23 +0100
commitb5afe03ecd3cb25bf09232a803d91c4c5ff06f6c (patch)
tree31fdecc9acab22bb9da31fe83dc9d556194bac77
parent204d5dbb3784097dc4196ac4e49d1e1bce98fddd (diff)
downloadpython-glanceclient-b5afe03ecd3cb25bf09232a803d91c4c5ff06f6c.tar.gz
Add releasenotes for 2.10.0 release2.10.0
Change-Id: I16cda4e5079224fe052a33c0bd4a084491cabdc6
-rw-r--r--releasenotes/notes/queens-2.10.0-83fcadf8f77b0b56.yaml35
1 files changed, 35 insertions, 0 deletions
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 0000000..d433743
--- /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