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 <pete@port.direct>
This commit is contained in:
parent
058769c49c
commit
59a017d834
@ -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.
|
||||
|
@ -446,7 +446,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '^(?!amq\.).*'
|
||||
pattern: '^(?!(amq\.|reply_)).*'
|
||||
|
||||
network:
|
||||
api:
|
||||
|
@ -575,7 +575,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '^(?!amq\.).*'
|
||||
pattern: '^(?!(amq\.|reply_)).*'
|
||||
|
||||
network:
|
||||
api:
|
||||
|
@ -811,7 +811,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '^(?!amq\.).*'
|
||||
pattern: '^(?!(amq\.|reply_)).*'
|
||||
rally_tests:
|
||||
run_tempest: false
|
||||
tests:
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user