diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2021-09-21 07:13:37 -0700 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2021-10-04 11:57:55 -0700 |
commit | 493b4f0caf591caeaa3285c7f597a54121d99985 (patch) | |
tree | f11d4ca6164860260b4106a8bf92a3651a48d212 /devstack/common_settings | |
parent | 29313ae4d7a32808caacbe75f09a75b959473b85 (diff) | |
download | ironic-493b4f0caf591caeaa3285c7f597a54121d99985.tar.gz |
Yoga: Change default boot mode to uefi
Change the default boot mode to UEFI, as discussed during the end
of the Wallaby release cycle and previously agreed a very long time
ago by the Ironic community.
Change-Id: I6d735604d56d1687f42d0573a2eed765cbb08aec
Diffstat (limited to 'devstack/common_settings')
-rw-r--r-- | devstack/common_settings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devstack/common_settings b/devstack/common_settings index d649f70a5..8d5660c4d 100644 --- a/devstack/common_settings +++ b/devstack/common_settings @@ -5,8 +5,8 @@ if [[ -f $TOP_DIR/../../old/devstack/.localrc.auto ]]; then fi # Whether configure the nodes to boot in Legacy BIOS or UEFI mode. Accepted -# values are: "bios" or "uefi", defaults to "bios". -IRONIC_BOOT_MODE=${IRONIC_BOOT_MODE:-bios} +# values are: "bios" or "uefi", defaults to "uefi". +IRONIC_BOOT_MODE=${IRONIC_BOOT_MODE:-uefi} CIRROS_VERSION_DEVSTACK=$(set +o xtrace && source $TOP_DIR/stackrc && |