~junaidali/charms/trusty/plumgrid-director/pg-restart

« back to all changes in this revision

Viewing changes to hooks/charmhelpers-pl/contrib/openstack/templates/section-zeromq

  • Committer: bbaqar at plumgrid
  • Date: 2015-07-29 18:07:31 UTC
  • Revision ID: bbaqar@plumgrid.com-20150729180731-ioynar8x3u5pxytc
Addressed reviews by Charmers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% if zmq_host -%}
2
 
# ZeroMQ configuration (restart-nonce: {{ zmq_nonce }})
3
 
rpc_backend = zmq
4
 
rpc_zmq_host = {{ zmq_host }}
5
 
{% if zmq_redis_address -%}
6
 
rpc_zmq_matchmaker = redis
7
 
matchmaker_heartbeat_freq = 15
8
 
matchmaker_heartbeat_ttl = 30
9
 
[matchmaker_redis]
10
 
host = {{ zmq_redis_address }}
11
 
{% else -%}
12
 
rpc_zmq_matchmaker = ring
13
 
{% endif -%}
14
 
{% endif -%}