From 9a0772d118c69ec6ae7472f9d27243989fc6d800 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 31 Jul 2018 12:07:16 -0400 Subject: [PATCH] Add release note for glance_store bugfix release Change-Id: I6b9d3927f27d9f6c4dc16a45efd5f01fee1555ec --- .../notes/rocky-more-bugfixes-1a0999280d150680.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml diff --git a/releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml b/releasenotes/notes/rocky-more-bugfixes-1a0999280d150680.yaml new file mode 100644 index 00000000..667c37a3 --- /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