summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1845628-3152e73a1e4856b2.yaml
blob: aca19dd4bc3e94629fa2d019ca3a83daa771753b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Prior to this release Nova determined if ``UEFI`` support should be
    enable solely by checking host support as reported in `bug 1845628`_.

    Nova now correctly check for guest os support via the ``hw_firmware_type``
    image metadata property when spawning new instance and only
    enables ``UEFI`` if the guest and host support it.
    Guest deletion has also been updated to correctly clean up based on
    the ``UEFI`` or ``BIOS`` configuration of the vm.

    .. _bug 1845628: https://bugs.launchpad.net/nova/+bug/1845628