Merge "Add logic to determine Ironic node is HW or not into configure_ironic_dirs"

This commit is contained in:
Zuul 2019-07-09 13:30:23 +00:00 committed by Gerrit Code Review
commit a1d844e3be

View File

@ -1127,7 +1127,7 @@ function configure_ironic_dirs {
setup_syslinux_modules
fi
if [[ "$IRONIC_BOOT_MODE" == "uefi" ]]; then
if [[ "$IRONIC_BOOT_MODE" == "uefi" && "$IRONIC_IS_HARDWARE" == "False" ]]; then
local uefi_boot_file
local uefi_loader
local uefi_nvram