[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:
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user