nova/releasenotes/notes/libvirt-stateless-firmware-1f1758c4df7c2d12.yaml
Takashi Kajinami 3169e7cebd libvirt: Launch instances with stateless firmware
This change implements the actual functionality to allow users to
launch instances with stateless firmware (read-only firmware image +
no NVRAM).

Note that this feature is supported by the libvirt virt driver, and
also requires libvirt >= 8.6.0.

Implements: blueprint libvirt-stateless-firmware
Change-Id: I7219bfa11ae98e65c326bec1a99c49d3e245cb9a
2024-08-21 10:52:05 +09:00

9 lines
327 B
YAML

---
features:
- |
Libvirt virt driver now supports launching instances with stateless
firmware. The new ``hw_firmware_stateless`` image property can be used to
enable this feature. Note that the feature can be used only for
the instances with UEFI firmware. This feature requires libvirt v8.6.0 or
later.