libvirt: pin edk2-ovmf

edk2-ovmf introduced a bug [1] and results libvirt/qemu errors
It's going to be fixed in next rebase to libvirt 7.4.0 - but let's pin for now.

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1961558#c10

Change-Id: I0cb0512ef40c48353d582b1c37a446f251b79ac7
This commit is contained in:
Michał Nasiadka 2021-05-25 18:06:11 +02:00 committed by Pierre Riteau
parent 1167be2d2f
commit 1a2c33512b
1 changed files with 2 additions and 1 deletions

View File

@ -26,8 +26,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'trousers'
] %}
{% if base_arch == 'x86_64' %}
# TODO(mnasiadka): Remove pin after https://bugzilla.redhat.com/show_bug.cgi?id=1961558#c10 is fixed
{% set nova_libvirt_packages = nova_libvirt_packages + [
'edk2-ovmf'
'edk2-ovmf-20200602gitca407c7246bf-4.el8'
] %}
{% elif base_arch == 'aarch64' %}
{% set nova_libvirt_packages = nova_libvirt_packages + [