Install architecture specific efi firmware for qemu
The qemu-efi package does not exist on Ubuntu Noble, so instead install the specific package for the host architecture. Change-Id: Id91cafc9c2f234bd5f18017a99f757f2bd751b35
This commit is contained in:
1 changed files with 1 additions and 2 deletions
@@ -71,13 +71,12 @@ nova_compute_oslomsg_amqp1_distro_packages:
nova_compute_kvm_distro_packages:
- libvirt-daemon
- libvirt-daemon-system
- ovmf
- python3-libvirt
- qemu-efi
- qemu-utils
- qemu-user
- qemu-block-extra
- "{{ (ansible_facts['architecture'] == 'x86_64') | ternary('qemu-system-x86', 'qemu-system-arm') }}"
- "{{ (ansible_facts['architecture'] == 'x86_64') | ternary('ovmf', 'qemu-efi-aarch64') }}"
- qemu-system-misc
- ipxe-qemu
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.