AMPQ: update ha policy regex
Change-Id: I2f023c2e41a52b5753cdb77e93c9e876bc60a87d Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
47cb52b67c
commit
d0b135cd77
@ -893,7 +893,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '(notifications)\.'
|
||||
pattern: '^(?!amq\.).*'
|
||||
|
||||
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: '(notifications)\.'
|
||||
pattern: '^(?!amq\.).*'
|
||||
|
||||
network:
|
||||
api:
|
||||
|
@ -575,7 +575,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '(notifications)\.'
|
||||
pattern: '^(?!amq\.).*'
|
||||
|
||||
network:
|
||||
api:
|
||||
|
@ -798,7 +798,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '(notifications)\.'
|
||||
pattern: '^(?!amq\.).*'
|
||||
rally_tests:
|
||||
run_tempest: false
|
||||
tests:
|
||||
|
@ -1673,7 +1673,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '(notifications)\.'
|
||||
pattern: '^(?!amq\.).*'
|
||||
## 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.
|
||||
|
@ -1742,7 +1742,7 @@ conf:
|
||||
message-ttl: 70000
|
||||
priority: 0
|
||||
apply-to: all
|
||||
pattern: '(notifications)\.'
|
||||
pattern: '^(?!amq\.).*'
|
||||
|
||||
# Names of secrets used by bootstrap and environmental checks
|
||||
secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user