Comment 11 for bug 1997352

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/915051
Committed: https://opendev.org/openstack/nova/commit/ebd45460f7d6290f42464314e0d5fb864869dcab
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit ebd45460f7d6290f42464314e0d5fb864869dcab
Author: Simon Hensel <email address hidden>
Date: Tue Jan 23 16:16:17 2024 +0100

    Always delete NVRAM files when deleting instances

    When deleting an instance, always send VIR_DOMAIN_UNDEFINE_NVRAM to
    delete the NVRAM file, regardless of whether the image is of type UEFI.
    This prevents a bug when rebuilding an instance from an UEFI image to a
    non-UEFI image.

    Closes-Bug: #1997352

    Change-Id: I24648f5b7895bf5d093f222b6c6e364becbb531f
    Signed-off-by: Simon Hensel <email address hidden>
    (cherry picked from commit 406d590a364d2c3ebc91e5f28f94011b158459d2)