Skip to content

Commit 412b413

Browse files
committed
fix: include argo_notifications queues in rabbitmq ttl policy
1 parent 6cceb51 commit 412b413

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

components/ironic/ironic-rabbitmq-queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ metadata:
5151
spec:
5252
name: ironic-notifications-ttl # name of the policy
5353
vhost: "ironic" # default to '/' if not provided
54-
pattern: "^notifications.*" # regex used to match queues and exchanges
54+
pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges
5555
applyTo: "queues" # set to 'queues', 'exchanges', or 'all'
5656
priority: 1 # defaults to 0
5757
definition: # policy definition

components/keystone/keystone-rabbitmq-queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ metadata:
5151
spec:
5252
name: keystone-notifications-ttl # name of the policy
5353
vhost: "keystone" # default to '/' if not provided
54-
pattern: "^notifications.*" # regex used to match queues and exchanges
54+
pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges
5555
applyTo: "queues" # set to 'queues', 'exchanges', or 'all'
5656
priority: 1 # defaults to 0
5757
definition: # policy definition

components/neutron/neutron-rabbitmq-queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ metadata:
5151
spec:
5252
name: neutron-notifications-ttl # name of the policy
5353
vhost: "neutron" # default to '/' if not provided
54-
pattern: "^notifications.*" # regex used to match queues and exchanges
54+
pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges
5555
applyTo: "queues" # set to 'queues', 'exchanges', or 'all'
5656
priority: 1 # defaults to 0
5757
definition: # policy definition

components/nova/nova-rabbitmq-queue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ metadata:
5151
spec:
5252
name: nova-notifications-ttl # name of the policy
5353
vhost: "nova" # default to '/' if not provided
54-
pattern: "^notifications.*" # regex used to match queues and exchanges
54+
pattern: "^(notifications|argo_notifications).*" # regex used to match queues and exchanges
5555
applyTo: "queues" # set to 'queues', 'exchanges', or 'all'
5656
priority: 1 # defaults to 0
5757
definition: # policy definition

0 commit comments

Comments
 (0)