summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2019-03-07 17:38:59 +0000
committerErno Kuvaja <jokke@usr.fi>2019-03-07 17:38:59 +0000
commit44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a (patch)
treeb1818d5d762599d7b024d1742f799dcdf98d8787 /releasenotes
parent8b9dc5635e38ad451556aca258ca4fc85fb310c5 (diff)
downloadpython-glanceclient-44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a.tar.gz
Release notes for 2.16.0stein-em2.16.0
Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml12
-rw-r--r--releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml2
2 files changed, 13 insertions, 1 deletions
diff --git a/releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml b/releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml
new file mode 100644
index 0000000..47b61e7
--- /dev/null
+++ b/releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml
@@ -0,0 +1,12 @@
+---
+prelude: >
+ This version of python-glanceclient adds Python 3.6 classifier and gating
+ on Python 3.7 environment.
+fixes:
+ - |
+ * Bug 1788271_: Add image-list filter for multihash
+ * Bug 1598714_: Remove redundant information from error message
+
+ .. _1788271: https://code.launchpad.net/bugs/1788271
+ .. _1598714: https://code.launchpad.net/bugs/1598714
+
diff --git a/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml b/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
index fdc09d5..499c1fb 100644
--- a/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
+++ b/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
@@ -3,7 +3,7 @@ features:
- |
Support for embedding validation data (checksum and multihash) when adding
a location to an image. Requires the Stein release server-side.
-
+
The ``glance.images.add_location()`` method now accepts an optional
argument ``validation_data``, in the form of a dictionary containing
``checksum``, ``os_hash_algo`` and ``os_hash_value``.