From 59a017d834d0c3b676b13406ee79ccbc81704533 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Tue, 30 Jul 2019 09:54:16 -0500 Subject: [PATCH] RabbitMQ: Dont mirror reply queues This PS updates the default RMQ policy to not mirror reply queues as they cause signifigant blocking when resorting a rabbit node to a cluster, with no advantage. Change-Id: I6f8d4eaa482fcdf3e877bd38caa9b24358ea5be0 Signed-off-by: Pete Birley --- cinder/values.yaml | 2 +- glance/values.yaml | 2 +- heat/values.yaml | 2 +- keystone/values.yaml | 2 +- neutron/values.yaml | 2 +- nova/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cinder/values.yaml b/cinder/values.yaml index c43681eefa..ded67124f5 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -941,7 +941,7 @@ conf: message-ttl: 70000 priority: 0 apply-to: all - pattern: '^(?!amq\.).*' + pattern: '^(?!(amq\.|reply_)).*' backends: # Those options will be written to backends.conf as-is. diff --git a/glance/values.yaml b/glance/values.yaml index 837be643be..b1448bb0b6 100644 --- a/glance/values.yaml +++ b/glance/values.yaml @@ -446,7 +446,7 @@ conf: message-ttl: 70000 priority: 0 apply-to: all - pattern: '^(?!amq\.).*' + pattern: '^(?!(amq\.|reply_)).*' network: api: diff --git a/heat/values.yaml b/heat/values.yaml index 189b7da107..eda2bb1995 100644 --- a/heat/values.yaml +++ b/heat/values.yaml @@ -575,7 +575,7 @@ conf: message-ttl: 70000 priority: 0 apply-to: all - pattern: '^(?!amq\.).*' + pattern: '^(?!(amq\.|reply_)).*' network: api: diff --git a/keystone/values.yaml b/keystone/values.yaml index a9163d91cd..7b38c47e99 100644 --- a/keystone/values.yaml +++ b/keystone/values.yaml @@ -811,7 +811,7 @@ conf: message-ttl: 70000 priority: 0 apply-to: all - pattern: '^(?!amq\.).*' + pattern: '^(?!(amq\.|reply_)).*' rally_tests: run_tempest: false tests: diff --git a/neutron/values.yaml b/neutron/values.yaml index 88058d562c..6c04b9fcb1 100644 --- a/neutron/values.yaml +++ b/neutron/values.yaml @@ -1924,7 +1924,7 @@ conf: message-ttl: 70000 priority: 0 apply-to: all - pattern: '^(?!amq\.).*' + pattern: '^(?!(amq\.|reply_)).*' ## NOTE: "besteffort" is meant for dev env with mixed compute type only. ## This helps prevent sriov init script from failing due to mis-matched NIC ## For prod env, target NIC should match and init script should fail otherwise. diff --git a/nova/values.yaml b/nova/values.yaml index f2834a4f3a..061ed8afb9 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -1765,7 +1765,7 @@ conf: message-ttl: 70000 priority: 0 apply-to: all - pattern: '^(?!amq\.).*' + pattern: '^(?!(amq\.|reply_)).*' # Names of secrets used by bootstrap and environmental checks secrets: