Bug #2081719 “Redundant config setting for bootloader (esp_image…” : Bugs : Ironic
The ironic.conf (https:/
They seem to be doing the same thing:
# Path to EFI System Partition image file. This file is
# recommended for creating UEFI bootable ISO images
# efficiently. ESP image should contain a
# FAT12/16/
# (e.g. GRUB2) for each hardware architecture ironic needs to
# boot. This option is only used when neither ESP nor ISO
# deploy image is configured to the node being deployed in
# which case ironic will attempt to fetch ESP image from the
# configured location or extract ESP image from UEFI-bootable
# deploy ISO image. (string value)
#esp_image =
# Glance ID, http:// or file:// URL of the EFI system
# partition image containing EFI boot loader. This image will
# be used by ironic when building UEFI-bootable ISO out of
# kernel and ramdisk. Required for UEFI boot from partition
# images. (string value)
# Note: This option can be changed without restarting.
#bootloader =
Probably one of the config values (esp_image) should be deprecated and removed
Read more here: Source link
