Release notes for 2.16.0
Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
This commit is contained in:
12
releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml
Normal file
12
releasenotes/notes/2.16.0_Release-43ebe06b74a272ba.yaml
Normal 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
|
||||||
|
|
@@ -3,7 +3,7 @@ features:
|
|||||||
- |
|
- |
|
||||||
Support for embedding validation data (checksum and multihash) when adding
|
Support for embedding validation data (checksum and multihash) when adding
|
||||||
a location to an image. Requires the Stein release server-side.
|
a location to an image. Requires the Stein release server-side.
|
||||||
|
|
||||||
The ``glance.images.add_location()`` method now accepts an optional
|
The ``glance.images.add_location()`` method now accepts an optional
|
||||||
argument ``validation_data``, in the form of a dictionary containing
|
argument ``validation_data``, in the form of a dictionary containing
|
||||||
``checksum``, ``os_hash_algo`` and ``os_hash_value``.
|
``checksum``, ``os_hash_algo`` and ``os_hash_value``.
|
||||||
|
Reference in New Issue
Block a user