From fe99014b10367abf78cbe2e8bdfe4b4251ac8d56 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Mon, 17 Oct 2016 15:53:47 +0200 Subject: [PATCH] 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 --- modules/openstack_project/manifests/infracloud/controller.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/manifests/infracloud/controller.pp b/modules/openstack_project/manifests/infracloud/controller.pp index a3ea337a55..63ec8a6aae 100644 --- a/modules/openstack_project/manifests/infracloud/controller.pp +++ b/modules/openstack_project/manifests/infracloud/controller.pp @@ -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,