From ce300b3de1e4a1750b1ad4b1de2431d8dd6e97ea Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 16 Nov 2023 15:16:49 -0800 Subject: [PATCH] CI: Remove deprecated devstack method Removes get_uefi_ipxe_boot_file from the devstack plugin as it is no longer used. Change-Id: I5eed744a4746767b216399b132e98298471b4ab7 --- devstack/lib/ironic | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 917246b908..d51068b7db 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -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