From cbf514869aa641091a0577c43d76ba851c9bc264 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka <mnasiadka@gmail.com> Date: Mon, 27 May 2024 07:42:00 +0000 Subject: [PATCH] Revert "CI: Use 2023.2 image for rabbitmq on ipv6 scenario" This reverts commit 0ec71d87cd67c25790f56143a73bd65d3cbd6d36. Reason for revert: fixed now Change-Id: I33d62e910ff6151eb03c814ee7b8984c6f4e5308 --- tests/templates/globals-default.j2 | 7 ------- 1 file changed, 7 deletions(-) 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 %}