Files
cinder/releasenotes
Rodrigo Barbieri 9871cfefa8 Fix "signature_verified" metadata propagation to images
The property "signature_verified" is added by cinder
to volumes created from images. That property is
propagated to glance when images are created from such
volumes. Later, when creating volumes from such images
again, the image property conflicts with cinder trying to
add the property again. The solution is to never
propagate such cinder property in the first place.

Closes-bug: #1823445
Change-Id: Id46877e490b17c00ba1cf8cf312dd2f456760a23
(cherry picked from commit c65f43cb98)
(cherry picked from commit 9dbf2967be)
(cherry picked from commit 9d1b6b8a9f)
(cherry picked from commit a770f72086)
(cherry picked from commit ae2d250aad)
2024-12-10 16:14:47 +00:00
..
2022-09-11 04:48:39 +00:00
2017-07-25 14:24:18 -07:00

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.