Merge "Set default value of IronicDefaultBootMode to uefi"

This commit is contained in:
Zuul 2021-11-09 00:43:57 +00:00 committed by Gerrit Code Review
commit ca1f19eb47
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``.