Skip to content

Commit

Permalink
Closes-Bug: #1642017 - Additional param cherry-picked in error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nitishkrishna committed Nov 15, 2016
1 parent 639df22 commit cb468b2
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -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,
) {

Expand Down

0 comments on commit cb468b2

Please sign in to comment.