summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-31 20:27:07 +0000
committerGerrit Code Review <review@openstack.org>2018-07-31 20:27:07 +0000
commit3e8f3d62be8366b624b0ea5b515d6f771289f686 (patch)
treeaffd699eca99c8c2523cf48aac017ee6825287af
parentcfd0567b4f22760aa5526bdc0f955213084b5222 (diff)
parent9a0772d118c69ec6ae7472f9d27243989fc6d800 (diff)
downloadglance_store-3e8f3d62be8366b624b0ea5b515d6f771289f686.tar.gz
Merge "Add release note for glance_store bugfix release" into stable/rocky0.26.1
-rw-r--r--releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml b/releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml
new file mode 100644
index 0000000..667c37a
--- /dev/null
+++ b/releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml
@@ -0,0 +1,11 @@
+---
+fixes:
+ - |
+ * Bug 1784420_: Interface function for multihash not wrapped correctly
+
+ The Rocky release of glance_store contains support for computing
+ secure hash values of stored data, but the function called by
+ Glance to store data was not wrapped correctly, thereby making
+ the computed secure hash value unavailable to Glance.
+
+ .. _1784420: https://bugs.launchpad.net/glance-store/+bug/1784420