Skip to content

Commit 54e4cbe

Browse files
authored
Merge pull request #1202 from stackhpc/antelope-ossa-2024-002-rl93-build
Support Nova images built from Rocky Linux 9.3
2 parents 34bfb1a + c3e661f commit 54e4cbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ kolla_image_tags:
2222
# Variables defining which tag to use for each container's image.
2323
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
2424

25+
# NOTE(priteau): Nova container images can use Rocky Linux 9.3 to avoid
26+
# Libvirt/QEMU version bump.
27+
{% if stackhpc_pulp_repo_rocky_9_minor_version < 4 %}
28+
nova_tag: 2023.1-rocky-9-20240725T200915
29+
{% endif %}
30+
2531
#############################################################################
2632
# RabbitMQ
2733

0 commit comments

Comments
 (0)