Skip to content

Commit f2541d0

Browse files
authored
Merge pull request #339 from stackhpc/edk2-ovmf-uefi
Patch edk2-ovmf file to fix UEFI support
2 parents a7dffd4 + 72e2f72 commit f2541d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,14 @@ kolla_build_blocks:
275275
ARG mysqld_exporter_version='0.13.0'
276276
prometheus_blackbox_exporter_repository_version: |
277277
ARG blackbox_exporter_version='0.19.0'
278+
nova_base_footer: |
279+
# Fix for https://bugs.launchpad.net/nova/+bug/1955035, i.e.
280+
# https://bugzilla.redhat.com/show_bug.cgi?id=2090752 on c8s
281+
{% raw %}
282+
{% if base_package_type == 'rpm' %}
283+
RUN sed -i 's/"pc-q35-rhel8.5.0"/"pc-q35-*"/' /usr/share/qemu/firmware/50-edk2-ovmf-cc.json
284+
{% endif %}
285+
{% endraw %}
278286
279287
kolla_build_customizations_common:
280288
bifrost_base_pip_packages_append:

0 commit comments

Comments
 (0)