python-glanceclient/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
Erno Kuvaja 44a4dbd6ce Release notes for 2.16.0
Change-Id: Icd4dc29d6492053b90944f5a57435fc29c6147f2
2019-03-07 17:38:59 +00:00

13 lines
494 B
YAML

---
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``.
The ``location-add`` command now accepts optional arguments ``--checksum``,
``--hash-algo`` and ``--hash-value``.