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
)
This commit is contained in:
parent
788d66b086
commit
33718aaf12
@ -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'.
|
||||
|
7
releasenotes/notes/uefi-boot-mode-a8b1b416a0e9cdc4.yaml
Normal file
7
releasenotes/notes/uefi-boot-mode-a8b1b416a0e9cdc4.yaml
Normal 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``.
|
Loading…
Reference in New Issue
Block a user