CI: Use 2023.2 image for rabbitmq on ipv6 scenario

Currently RMQ 3.13 fails on ipv6 multinode scenario, use 3.12 from 2023.1
until [1] gets resolved.

[1]: https://github.com/rabbitmq/rabbitmq-server/issues/10728

Change-Id: If11710e99cf2e340e558d68e2071c1bb16825e55
This commit is contained in:
Michal Nasiadka 2024-03-13 11:33:35 +01:00
parent 7bb50ee05e
commit 0ec71d87cd
1 changed files with 7 additions and 0 deletions

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 %}