summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-07 16:46:55 +0000
committerGerrit Code Review <review@openstack.org>2019-03-07 16:46:55 +0000
commit8b9dc5635e38ad451556aca258ca4fc85fb310c5 (patch)
tree3008a2b6df9d5d4f747f344afa3e6993d8df3af6 /releasenotes
parent68adb8ccb457cc6383e2cf74cde7cae5af812ff2 (diff)
parent3f7171dc1445f0647f15a735e5f4b55a986068e6 (diff)
downloadpython-glanceclient-8b9dc5635e38ad451556aca258ca4fc85fb310c5.tar.gz
Merge "Embed validation data when adding location"
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``.