summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-07-24 16:01:52 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2018-07-24 16:06:07 -0400
commit148d1c080fa50fc21b2944fb0c605dd8612ffa2f (patch)
tree23777d0a298b372416b1489b800821e3d2a35980 /releasenotes
parentc159b5ccbc6f4d98f94cd96ad200ac317a8269ad (diff)
downloadpython-glanceclient-148d1c080fa50fc21b2944fb0c605dd8612ffa2f.tar.gz
Add multihash release note.
Related to blueprint multihash Change-Id: I3dd3c06f970b5d1e9373b3240863e3806e759811
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml b/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml
new file mode 100644
index 0000000..5eb1f5f
--- /dev/null
+++ b/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml
@@ -0,0 +1,15 @@
+---
+features:
+ - |
+ This release adds client support for the Glance "multihash" feature
+ introduced in Rocky. This feature introduces two new image properties,
+ ``os_hash_algo`` and ``os_hash_value``. The content of ``os_hash_algo``
+ is an algorithm identifier recognized by the Python ``hashlib`` library.
+ The ``os_hash_value``is a hexdigest of the image data computed using
+ this algorithm. The ``os_hash_algo`` is not end-user settable; it
+ is configured in Glance by the cloud operator. In the glanceclient,
+ the feature is limited solely to the display of these values.
+
+ If the "multihash" properties are not available on an image, their
+ values are displayed as ``None`` in the glanceclient image-show and
+ image-list responses.