Comment 4 for bug 1845628

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

Reviewed: https://review.opendev.org/685678
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9ae4d9274e3e310fdd04c81e92e9c4803c434fff
Submitter: Zuul
Branch: master

commit 9ae4d9274e3e310fdd04c81e92e9c4803c434fff
Author: Dongcan Ye <email address hidden>
Date: Mon Sep 30 10:36:01 2019 +0000

    libvirt: Check the guest support UEFI

    commit 539d381434ccadcdc3f5d58c2705c35558a3a065 add a
    NVRAM flag in guest delete_configuration, but check
    UEFI support only in host side. If an instance does
    not boot from UEFI, but the host enable UEFI software
    like OVMF, the NVRAM flag always delete.

    This patch also check the guest support UEFI.

    Change-Id: I3448b89f58f3c3a85d15ee5a870c24b4b7f201df
    Closes-Bug: #1845628