tripleo-heat-templates/releasenotes/notes/uefi-boot-mode-a8b1b416a0e9cdc4.yaml
Steve Baker 33718aaf12 Set default value of IronicDefaultBootMode to uefi
Now that OVB explicitly sets the boot mode based on discovered image
properties, the default can safely be set to 'uefi' which is more
appropriate for bare-metal environments.

Depends-On: https://review.opendev.org/c/openstack/openstack-virtual-baremetal/+/810332
Blueprint: whole-disk-default
Change-Id: I32f9dc916959d8a283beab247d548379cd2b2981
(cherry picked from commit 9d6f241311)
2021-12-06 13:17:20 +13:00

7 lines
302 B
YAML

---
upgrade:
- |
The default boot mode for ironic deployed nodes is now ``uefi`` when no boot
mode is explicitly set in the node's driver_info, capabilities, or
instance_info configuration. To restore the previous default, set the heat
parameter ``IronicDefaultBootMode`` to ``bios``.