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
This commit is contained in:
Dmitriy Rabotyagov 2023-11-20 19:33:16 +01:00
parent e65a3dac33
commit 22bc3a5fb1
1 changed files with 2 additions and 1 deletions

View File

@ -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