Comment 27 for bug 1567807

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

Reviewed: https://review.openstack.org/428314
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bf6c5ba86509c1e162b1f9d23c7cab603abce914
Submitter: Jenkins
Branch: stable/newton

commit bf6c5ba86509c1e162b1f9d23c7cab603abce914
Author: Kevin Zhao <email address hidden>
Date: Thu Jan 5 21:32:41 2017 +0000

    libvirt: fix nova can't delete the instance with nvram

    Currently libvirt needs a flag when deleting an VM with a nvram file,
    without which nova can't delete an instance booted with UEFI. Add
    deletion flag for NVRAM. Also add a test case.

    Co-authored-by: Derek Higgins <email address hidden>
    Change-Id: I46baa952b6c3a1a4c5cf2660931f317cafb5757d
    Closes-Bug: #1567807
    (cherry picked from commit 539d381434ccadcdc3f5d58c2705c35558a3a065)