Release notes for 2.16.0

Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
This commit is contained in:
Erno Kuvaja 2019-03-07 17:38:59 +00:00
parent 8b9dc5635e
commit 44a4dbd6ce
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -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``.