summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-25 22:48:37 +0000
committerGerrit Code Review <review@openstack.org>2018-07-25 22:48:38 +0000
commit2c26f2748f433fbb510715532b45973768bf7483 (patch)
treee9f7cb7112a41c74896f6592149d75c6bfde487e /releasenotes
parent4a4de97306bf1233b4db37eed30a4762cc28e5a9 (diff)
parenta97889333301d52e6d45572b31de9e554eaa7e1b (diff)
downloadpython-glanceclient-2c26f2748f433fbb510715532b45973768bf7483.tar.gz
Merge "Correct typo in releasenote"2.12.0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml b/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml
index 5eb1f5f..66cae9b 100644
--- a/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml
+++ b/releasenotes/notes/multihash-support-f1474590cf3ef5cf.yaml
@@ -5,7 +5,7 @@ features:
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
+ 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.