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.
1 parent 61af1d8 commit c3e661fCopy full SHA for c3e661f
etc/kayobe/kolla/globals.yml
@@ -22,6 +22,12 @@ kolla_image_tags:
22
# Variables defining which tag to use for each container's image.
23
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
24
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
+
31
#############################################################################
32
# RabbitMQ
33
0 commit comments