Comment 10 for bug 1997352

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/906380
Committed: https://opendev.org/openstack/nova/commit/406d590a364d2c3ebc91e5f28f94011b158459d2
Submitter: "Zuul (22348)"
Branch: master

commit 406d590a364d2c3ebc91e5f28f94011b158459d2
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>