We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7dffd4 + 72e2f72 commit f2541d0Copy full SHA for f2541d0
etc/kayobe/kolla.yml
@@ -275,6 +275,14 @@ kolla_build_blocks:
275
ARG mysqld_exporter_version='0.13.0'
276
prometheus_blackbox_exporter_repository_version: |
277
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 %}
286
287
kolla_build_customizations_common:
288
bifrost_base_pip_packages_append:
0 commit comments