cinder/releasenotes/notes/bug-1823445-c47c25870a98335a.yaml
Jon Bernard eb436ffc3f Remove trailing white space in release note
This is causing pep8 to fail on other patches.

Change-Id: I2b36476f12ec7b8928534b2c458981ed407b898e
2024-12-29 07:25:47 -05:00

11 lines
557 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.