From 22bc3a5fb1ebd97d109b6860efe153cf809ba00f Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 20 Nov 2023 19:33:16 +0100 Subject: [PATCH] Fix classic queues version policy Switch of the policy for classic to version 2 has been wrong in inital patch [1] both in format and policy name. This patch aims to fix policy defenition. [1] https://review.opendev.org/c/openstack/openstack-ansible/+/895806 Change-Id: I163126097459d5d07563c384b7f92f8ecccb78f2 --- inventory/group_vars/all/infra.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/all/infra.yml b/inventory/group_vars/all/infra.yml index 86391fce4f..36c845fd68 100644 --- a/inventory/group_vars/all/infra.yml +++ b/inventory/group_vars/all/infra.yml @@ -33,7 +33,8 @@ rabbitmq_policies: - name: CQv2 pattern: '.*' priority: 0 - tags: "x-queue-version=2" + tags: + queue-version: 2 state: "{{ (oslomsg_rabbit_quorum_queues | default(True)) | ternary('absent', 'present') }}" ## Galera options