Resync helper

This commit is contained in:
James Page 2015-01-20 12:06:11 +00:00
parent d220f63087
commit 3a44327590

View File

@ -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 -%}