9d6f241311
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
7 lines
302 B
YAML
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``. |