Resync helper
This commit is contained in:
parent
d220f63087
commit
3a44327590
@ -4,10 +4,10 @@ rpc_backend = zmq
|
||||
rpc_zmq_host = {{ zmq_host }}
|
||||
{% if zmq_redis_address -%}
|
||||
rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker_redis.MatchMakerRedis
|
||||
[matchmaker_redis]
|
||||
host = {{ zmq_redis_address }}
|
||||
matchmaker_heartbeat_freq = 15
|
||||
matchmaker_heartbeat_ttl = 30
|
||||
[matchmaker_redis]
|
||||
host = {{ zmq_redis_address }}
|
||||
{% else -%}
|
||||
rpc_zmq_matchmaker = oslo.messaging._drivers.matchmaker_ring.MatchMakerRing
|
||||
{% endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user