Put default password values on openstackci/openstackjenkins params

These params are unused, but putting first default values to make
a removal on various commits: First this commit, then removal of
params on site.pp to finally remove params on controller.pp.

Change-Id: I367d569d5f004ec124a7759d4a0f240ca46abe6f
This commit is contained in:
Ricardo Carrillo Cruz 2016-10-17 15:53:47 +02:00
parent 1801c31eed
commit fe99014b10

View File

@ -16,9 +16,9 @@ class openstack_project::infracloud::controller (
$ssl_cert_file_contents,
$br_name,
$controller_public_address = $::fqdn,
$openstackci_password,
$openstackci_password = 'tmpvalue',
$openstackci_email = 'infra-root@openstack.org',
$openstackjenkins_password,
$openstackjenkins_password = 'tmpvalue',
$openstackjenkins_email = 'infra-root@openstack.org',
$neutron_subnet_cidr,
$neutron_subnet_gateway,