Merge "CI: Use 2023.2 image for rabbitmq on ipv6 scenario"

This commit is contained in:
Zuul 2024-03-14 16:31:32 +00:00 committed by Gerrit Code Review
commit f65e4257dd

View File

@ -265,3 +265,10 @@ kolla_admin_openrc_cacert: "{% raw %}{{ kolla_certificates_dir }}{% endraw %}/ca
{% if scenario == "skyline" %}
enable_skyline: "yes"
{% endif %}
{# Workaround for https://github.com/rabbitmq/rabbitmq-server/issues/10728 #}
{% if address_family == 'ipv6' %}
{% raw %}
rabbitmq_tag: "2023.2-{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{{ openstack_tag_suffix }}"
{% endraw %}
{% endif %}