ce676979a4
The commands `openstack overcloud node import` and `openstack
overcloud node configure` now have a --boot-mode arguement which
allows the boot mode for all affected nodes to be set to UEFI boot
(uefi) or legacy BIOS boot (bios).
It is expected --boot-mode=bios will only be required when specific
nodes have issues with UEFI boot, or on architectures which don't
support it (Power)
Change-Id: Idee25f23652a8e7435a31842d4a2d838543607ae
Depends-On: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/805732
Blueprint: whole-disk-default
(cherry picked from commit ae6958a862
)
7 lines
340 B
YAML
7 lines
340 B
YAML
---
|
|
features:
|
|
- |
|
|
The commands `openstack overcloud node import` and `openstack overcloud node
|
|
configure` now have a --boot-mode arguement which allows the boot mode for
|
|
all affected nodes to be set to UEFI boot (uefi) or legacy BIOS boot (bios).
|
|
This allows some nodes to have a different boot mode to the default (uefi). |