Skip to content

Commit

Permalink
Merge "Closes-Bug: #1492038. removing a join for ip:port list"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 16, 2015
2 parents 4c97570 + f485cbc commit 549f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile/tasks/ha.py
Expand Up @@ -562,7 +562,7 @@ def setup_cmon_param_zkonupgrade():
zoo_ip_list = [hstr_to_ip(get_control_host_string(\
cassandra_host)) for cassandra_host in env.roledefs['database']]
zk_servers_ports = ','.join(['%s:2181' %(s) for s in zoo_ip_list])
zks = 'ZK_SERVER_IP=("' + '" "'.join(zk_servers_ports) + '")'
zks = 'ZK_SERVER_IP="%s"' % (zk_servers_ports)
monitor_galera="False"
if get_contrail_internal_vip():
monitor_galera="True"
Expand Down

0 comments on commit 549f8a9

Please sign in to comment.