From 44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Thu, 7 Mar 2019 17:38:59 +0000 Subject: [PATCH] Release notes for 2.16.0 Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2 --- .../notes/2.16.0_Release-43ebe06b74a272ba.yaml | 12 ++++++++++++ .../validation-data-support-dfb2463914818cd2.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml 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 00000000..47b61e77 --- /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 fdc09d5c..499c1fb0 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``.