Skip to content

Commit

Permalink
Merge "Closes-Bug: #1560236 - SM Provision - Contrail-API configured …
Browse files Browse the repository at this point in the history
…with wrong zookeeper." into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Mar 23, 2016
2 parents 465d3c8 + 7228171 commit 548a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail/environment/modules/contrail/manifests/params.pp
Expand Up @@ -705,7 +705,7 @@
}

if ($zookeeper_ip_list == undef) {
$zk_ip_list_to_use = $config_ip_list
$zk_ip_list_to_use = $database_ip_list
}
else {
$zk_ip_list_to_use = $zookeeper_ip_list
Expand Down

0 comments on commit 548a9a5

Please sign in to comment.