Configure Ironic to use bios boot mode

In Yoga, Ironic changed its default boot mode to UEFI [1]. Tenks does
not support it yet, so this is breaking overcloud baremetal testing.

[1] https://review.opendev.org/c/openstack/ironic/+/810249

Change-Id: I472177aa4d750cd5b83cde4d2629fe3c449e1373
This commit is contained in:
Pierre Riteau 2021-12-10 05:56:44 +01:00
parent c8195a3153
commit da6623c084
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
[DEFAULT]
minimum_required_memory = 256
[deploy]
# Use bios boot mode until Tenks supports UEFI
default_boot_mode = bios