Add release note for glance_store bugfix release

Change-Id: I6b9d3927f27d9f6c4dc16a45efd5f01fee1555ec
This commit is contained in:
Brian Rosmaita 2018-07-31 12:07:16 -04:00
parent c9bb21ca15
commit 9a0772d118
1 changed files with 11 additions and 0 deletions

View File

@ -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