CI: Remove deprecated devstack method

Removes get_uefi_ipxe_boot_file from the devstack plugin
as it is no longer used.

Change-Id: I5eed744a4746767b216399b132e98298471b4ab7
This commit is contained in:
Julia Kreger 2023-11-16 15:16:49 -08:00
parent ff4e836c55
commit ce300b3de1

View File

@ -746,17 +746,6 @@ IRONIC_AGENT_IMAGE_DOWNLOAD_SOURCE=${IRONIC_AGENT_IMAGE_DOWNLOAD_SOURCE:-$IRONIC
# ---------
# UEFI related functions
# get_uefi_ipxe_boot_file - Deprecated
function get_uefi_ipxe_boot_file {
if is_ubuntu; then
# NOTE(TheJulia): This *should* be snponly.efi, however
# ubuntu only started shipping it in hirtuse.
echo /usr/lib/ipxe/ipxe.efi
elif is_fedora; then
echo /usr/share/ipxe/ipxe-snponly-x86_64.efi
fi
}
function get_uefi_loader {
if is_ubuntu; then
echo /usr/share/OVMF/OVMF_CODE.fd