cinder/releasenotes/notes/bug-1823445-c47c25870a98335a.yaml
Rodrigo Barbieri c65f43cb98 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
2024-11-06 17:12:52 -03:00

11 lines
558 B
YAML

---
fixes:
- |
Fixed the volume property `signature_verified` propagating to images created
from volumes. That property could later conflict with the same property being
added again when creating a new volume from such image, preventing the volume
from being created successfully. This volume property is created whenever a
volume is created from an image for the purpose of indicating that the image
signature was verified on creation, and was not intended to be propagated
further if a new image is created from such volume.