From cb468b2e667f93f2cf07d214612546f6d14598d4 Mon Sep 17 00:00:00 2001 From: nitishkrishna Date: Tue, 15 Nov 2016 13:33:42 -0800 Subject: [PATCH] Closes-Bug: #1642017 - Additional param cherry-picked in error The previous check-in https://review.opencontrail.org/#/c/26013/ brought in a couple of extra un-necessary parameters The CI was not running SMlite jobs so this got merged in error. Removing these params that are causing provision to fail. Change-Id: I525c7531be9781b9ef244cbcb5d7284d415dae97 --- .../environment/modules/contrail/manifests/collector/config.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrail/environment/modules/contrail/manifests/collector/config.pp b/contrail/environment/modules/contrail/manifests/collector/config.pp index 0c6177a3..bbadced4 100644 --- a/contrail/environment/modules/contrail/manifests/collector/config.pp +++ b/contrail/environment/modules/contrail/manifests/collector/config.pp @@ -15,8 +15,6 @@ $redis_password = $::contrail::params::redis_password, $config_ip_to_use = $::contrail::params::config_ip_to_use, $contrail_logoutput = $::contrail::params::contrail_logoutput, - $contrail_rabbit_servers= $::contrail::params::contrail_rabbit_servers, - $redis_config_file = $::contrail::params::redis_config_file, $host_roles = $::contrail::params::host_roles, ) {