Comment 6 for bug 1737513

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/565288
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f8498c41cdfec2acde62a1da1abce917ac882c7d
Submitter: Zuul
Branch: stable/pike

commit f8498c41cdfec2acde62a1da1abce917ac882c7d
Author: Lee Yarwood <email address hidden>
Date: Mon Dec 11 10:08:34 2017 +0000

    conf: Do not inherit image signature props with snapshots

    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
    Needed-By: https://review.openstack.org/551290
    Change-Id: Ia3d80bf2f81c7317fec117aecbc3c560d51a7d4e
    (cherry picked from commit 82c823bcec5850f6876308ebcdbcb37312bf763f)