Change riak hostnames mapping
This commit is contained in:
parent
cedb79b4f0
commit
cf1bd28c12
@ -58,7 +58,8 @@ def setup_riak():
|
|||||||
for riak in riak_services:
|
for riak in riak_services:
|
||||||
for hosts_file in hosts_services:
|
for hosts_file in hosts_services:
|
||||||
signals.connect(riak, hosts_file,
|
signals.connect(riak, hosts_file,
|
||||||
{'riak_hostname': 'hosts_names', 'ip': 'hosts_ips'},
|
{'riak_hostname': 'hosts:name',
|
||||||
|
'ip': 'hosts:ip'},
|
||||||
events=False)
|
events=False)
|
||||||
|
|
||||||
has_errors = False
|
has_errors = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user