Merge "Add logic to determine Ironic node is HW or not into configure_ironic_dirs"
This commit is contained in:
commit
a1d844e3be
@ -1127,7 +1127,7 @@ function configure_ironic_dirs {
|
|||||||
setup_syslinux_modules
|
setup_syslinux_modules
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$IRONIC_BOOT_MODE" == "uefi" ]]; then
|
if [[ "$IRONIC_BOOT_MODE" == "uefi" && "$IRONIC_IS_HARDWARE" == "False" ]]; then
|
||||||
local uefi_boot_file
|
local uefi_boot_file
|
||||||
local uefi_loader
|
local uefi_loader
|
||||||
local uefi_nvram
|
local uefi_nvram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user