network/controller: Remove duplicate parameters

Neutron_db_* parameter and ks_keystone_admin_* are duplicated
in the params list, let's remove them.

Change-Id: Icb91d790712942addd3982f78263134041ddad15
This commit is contained in:
Sebastien Badia 2014-12-08 00:30:55 +01:00
parent 674d87e2e5
commit 171fb00d60

View File

@ -68,13 +68,7 @@ class cloud::network::controller(
# only needed by cisco n1kv plugin
$n1kv_vsm_ip = '127.0.0.1',
$n1kv_vsm_password = 'secrete',
$neutron_db_host = '127.0.0.1',
$neutron_db_user = 'neutron',
$neutron_db_password = 'neutronpassword',
$ks_keystone_admin_host = '127.0.0.1',
$ks_keystone_admin_proto = 'http',
$ks_keystone_admin_port = 35357,
$ks_neutron_password = 'neutronpassword',
) {
include 'cloud::network'