summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorimacdonn <iain.macdonnell@oracle.com>2018-09-14 23:25:11 +0000
committerimacdonn <iain.macdonnell@oracle.com>2018-10-24 00:16:58 +0000
commit3f7171dc1445f0647f15a735e5f4b55a986068e6 (patch)
treeac9abeeb7cdefd1fbc2d84473e87f7856045126f /releasenotes
parenta757757a106d9ed6c06e5a2f38ed27e77d2221f5 (diff)
downloadpython-glanceclient-3f7171dc1445f0647f15a735e5f4b55a986068e6.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml b/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
new file mode 100644
index 0000000..fdc09d5
--- /dev/null
+++ b/releasenotes/notes/validation-data-support-dfb2463914818cd2.yaml
@@ -0,0 +1,12 @@
+---
+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``.