summaryrefslogtreecommitdiffstats
path: root/puppet/controller.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-14 09:27:36 +0000
committerGerrit Code Review <review@openstack.org>2015-10-14 09:27:36 +0000
commite161d63e0f5d2c2e6f4b0f52449d6a4b5e1d8ea0 (patch)
tree3e3d2157155d901b27e387b01a57f1db3f8ebcc3 /puppet/controller.yaml
parenta3763aae276ad12e6762e98f8e44d24492c70ed9 (diff)
parentfa4ed015b083dfe416aaf2cd666ca666284608ce (diff)
Merge "Set shared secrets, keys and passwords as hidden"
Diffstat (limited to 'puppet/controller.yaml')
-rw-r--r--puppet/controller.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml
index 92524860..fe96236e 100644
--- a/puppet/controller.yaml
+++ b/puppet/controller.yaml
@@ -193,6 +193,7 @@ parameters:
HeatAuthEncryptionKey:
description: Auth encryption key for heat-engine
type: string
+ hidden: true
HorizonAllowedHosts:
default: '*'
description: A list of IP/Hostname allowed to connect to horizon
@@ -200,6 +201,7 @@ parameters:
HorizonSecret:
description: Secret key for Django
type: string
+ hidden: true
Image:
type: string
default: overcloud-control
@@ -307,6 +309,7 @@ parameters:
default: 'unset'
description: Shared secret to prevent spoofing
type: string
+ hidden: true
NeutronCorePlugin:
default: 'ml2'
description: |
@@ -423,6 +426,7 @@ parameters:
PcsdPassword:
type: string
description: The password for the 'pcsd' user.
+ hidden: true
PublicVirtualInterface:
default: 'br-ex'
description: >