diff --git a/contrail/environment/modules/contrail/manifests/params.pp b/contrail/environment/modules/contrail/manifests/params.pp index 157015af..3c0d686b 100644 --- a/contrail/environment/modules/contrail/manifests/params.pp +++ b/contrail/environment/modules/contrail/manifests/params.pp @@ -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