ironic/releasenotes/notes/ipxe-default-628380290fbdbab6.yaml
Dmitry Tantsur 5ab94f37f9 Enable iPXE boot interface by default
iPXE is the recommended boot method (when virtual media is not
available). Now that a pre-built binary is available for AARCH64, there
are very few reasons to use plain PXE over it.

Change-Id: Iedd70ac2ec0a59c531f5c811b4f5c65a2aafff4d
2021-11-08 12:24:27 +01:00

11 lines
332 B
YAML

---
features:
- |
The ``ipxe`` boot interface is now enabled by default.
upgrade:
- |
The ``ipxe`` boot interface is now enabled and will have priority over
``pxe`` by default. If you rely on the default value of the
``enabled_boot_interfaces`` option to not contain ``ipxe``, you need to set
it explicitly.