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
This commit is contained in:
Steve Baker 2021-09-20 10:45:38 +12:00
parent 7329579bc2
commit 9d6f241311
2 changed files with 8 additions and 1 deletions

View File

@ -80,7 +80,7 @@ parameters:
controllers using PXE/iPXE.
type: string
IronicDefaultBootMode:
default: 'bios'
default: 'uefi'
description: Default boot mode to use when no boot mode is explicitly
requested in node's driver_info, capabilities or in the
"instance_info" configuration. One of 'bios' or 'uefi'.

View File

@ -0,0 +1,7 @@
---
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``.