~gnuoy/charms/trusty/nova-compute/1453940-stable

« back to all changes in this revision

Viewing changes to templates/parts/zeromq

  • Committer: Liam Young
  • Date: 2014-09-09 09:47:14 UTC
  • mto: This revision was merged to the branch mainline in revision 117.
  • Revision ID: liam.young@canonical.com-20140909094714-17ewomeso8kdwtxt
Added 0mq support

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_matchmaker = oslo.messaging._drivers.matchmaker_ring.MatchMakerRing
 
5
rpc_zmq_host = {{ zmq_host }}
 
6
{% endif -%}