tripleo-heat-templates/releasenotes/notes/ironic-boot-mode-07df530490bead50.yaml
Steve Baker 978f29d8c9 Add parameter IronicDefaultBootMode
The change to hard-code the default boot mode to ``uefi`` was reverted
since the test environment (OVB on vexxhost) doesn't yet support UEFI
boot. This change adds the IronicDefaultBootMode parameter so the
default boot mode can be set appropriately for each environment.

Blueprint: whole-disk-default
Change-Id: I10348eb1aaf6a594ae06bcc855dfdd8c6c00bfe9
2021-09-20 09:46:23 +12:00

6 lines
247 B
YAML

---
features:
- |
New configuration ``IronicDefaultBootMode`` allows to change the default
boot mode to use for bare metal instances. The default for now remains
``bios`` for legacy BIOS boot but may switch to ``uefi`` in the future.