82c823bcec
All image signature properties should not be inherited from the metadata of the original image when creating a snapshot of an instance. Otherwise Glance will attempt to verify the signature of the snapshot image and fail as this has changed from that of the original. Closes-bug: #1737513 Change-Id: Ia3d80bf2f81c7317fec117aecbc3c560d51a7d4e
11 lines
483 B
YAML
11 lines
483 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The default list of non-inherited image properties to pop when creating a
|
|
snapshot has been extended to include image signature properties. The
|
|
properties ``img_signature_hash_method``, ``img_signature``,
|
|
``img_signature_key_type`` and ``img_signature_certificate_uuid`` are no
|
|
longer inherited by the snapshot image as they would otherwise result in
|
|
a Glance attempting to verify the snapshot image with the signature of the
|
|
original.
|