[zmq] Make bind address configurable

Makes use of exisiting 'rpc_zmq_bind_address' option in
order to make binding address configurable.

Change-Id: Ia46fa03e54b0e92d3504d9a0ebd65171a283e073
Closes-Bug: #1515267
This commit is contained in:
Oleksii Zamiatin 2015-11-12 15:14:01 +02:00
parent 497811b722
commit 018dfcd641

@ -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):