Merge "[zmq] Make bind address configurable"

This commit is contained in:
Jenkins 2015-11-13 13:13:18 +00:00 committed by Gerrit Code Review
commit a3822ba09a

@ -22,7 +22,7 @@ def get_tcp_direct_address(host):
def get_tcp_random_address(conf):
return "tcp://*"
return "tcp://%s" % conf.rpc_zmq_bind_address
def get_broker_address(conf):