Files
python-glanceclient/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
T
imacdonn 3f7171dc14 Embed validation data when adding location
Add support for embedding of checksum, os_hash_algo and os_hash_value when
adding a location to an image.

Depends-On: https://review.openstack.org/597648
Change-Id: Ibbe2f2bb226f52cc6b2ab591913b1797d2b086c0
2018-10-24 00:16:58 +00:00

13 lines
498 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``.