Skip to content

Commit

Permalink
Closes-Bug: #1560236 - SM Provision - Contrail-API configured with wr…
Browse files Browse the repository at this point in the history
…ong zookeeper.

Zookeeper points to config nodes, this is wrong, it should point to database nodes.

Tested with two node setup with separate config and database nodes

Change-Id: I89e8667c34c31bdc1ea08b9dda519b5402f98f4e
  • Loading branch information
nitishkrishna committed Mar 21, 2016
1 parent cf7fb1c commit 7163da4
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 7163da4

Please sign in to comment.