eb436ffc3f
This is causing pep8 to fail on other patches. Change-Id: I2b36476f12ec7b8928534b2c458981ed407b898e
11 lines
557 B
YAML
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.
|