diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index e03e103d99..1898924888 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -267,10 +267,3 @@ enable_skyline: "yes" enable_skyline: "yes" skyline_enable_sso: "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 %}