Merge "CI: Use 2023.2 image for rabbitmq on ipv6 scenario"
This commit is contained in:
commit
f65e4257dd
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user