From d2a289083614773294831879de8389c97c2e6f3d Mon Sep 17 00:00:00 2001 From: Nidhi Rai Date: Mon, 2 Mar 2026 19:10:22 +0530 Subject: [PATCH] fix: include argo_notifications queues in rabbitmq ttl policy --- components/ironic/ironic-rabbitmq-queue.yaml | 2 +- components/keystone/keystone-rabbitmq-queue.yaml | 2 +- components/neutron/neutron-rabbitmq-queue.yaml | 2 +- components/nova/nova-rabbitmq-queue.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/ironic/ironic-rabbitmq-queue.yaml b/components/ironic/ironic-rabbitmq-queue.yaml index e3bbe5f02..1e1523412 100644 --- a/components/ironic/ironic-rabbitmq-queue.yaml +++ b/components/ironic/ironic-rabbitmq-queue.yaml @@ -51,7 +51,7 @@ metadata: spec: name: ironic-notifications-ttl # name of the policy vhost: "ironic" # default to '/' if not provided - pattern: "^notifications.*" # regex used to match queues and exchanges + pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges applyTo: "queues" # set to 'queues', 'exchanges', or 'all' priority: 1 # defaults to 0 definition: # policy definition diff --git a/components/keystone/keystone-rabbitmq-queue.yaml b/components/keystone/keystone-rabbitmq-queue.yaml index 2c35b7245..cf28d72bb 100644 --- a/components/keystone/keystone-rabbitmq-queue.yaml +++ b/components/keystone/keystone-rabbitmq-queue.yaml @@ -51,7 +51,7 @@ metadata: spec: name: keystone-notifications-ttl # name of the policy vhost: "keystone" # default to '/' if not provided - pattern: "^notifications.*" # regex used to match queues and exchanges + pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges applyTo: "queues" # set to 'queues', 'exchanges', or 'all' priority: 1 # defaults to 0 definition: # policy definition diff --git a/components/neutron/neutron-rabbitmq-queue.yaml b/components/neutron/neutron-rabbitmq-queue.yaml index 5fa6a9c25..926cbbdc0 100644 --- a/components/neutron/neutron-rabbitmq-queue.yaml +++ b/components/neutron/neutron-rabbitmq-queue.yaml @@ -51,7 +51,7 @@ metadata: spec: name: neutron-notifications-ttl # name of the policy vhost: "neutron" # default to '/' if not provided - pattern: "^notifications.*" # regex used to match queues and exchanges + pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges applyTo: "queues" # set to 'queues', 'exchanges', or 'all' priority: 1 # defaults to 0 definition: # policy definition diff --git a/components/nova/nova-rabbitmq-queue.yaml b/components/nova/nova-rabbitmq-queue.yaml index 4e36a3b6d..c1deb2624 100644 --- a/components/nova/nova-rabbitmq-queue.yaml +++ b/components/nova/nova-rabbitmq-queue.yaml @@ -51,7 +51,7 @@ metadata: spec: name: nova-notifications-ttl # name of the policy vhost: "nova" # default to '/' if not provided - pattern: "^notifications.*" # regex used to match queues and exchanges + pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges applyTo: "queues" # set to 'queues', 'exchanges', or 'all' priority: 1 # defaults to 0 definition: # policy definition