aboutsummaryrefslogtreecommitdiffstats
path: root/notcompute.yaml
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2013-09-17 15:13:25 -0700
committerSteve Baker <sbaker@redhat.com>2013-09-17 15:18:10 -0700
commit73fbe1e1215615a1470b55b625b399cf17beae8b (patch)
tree66b596bea85aacedde52ef3e3a09f32b6b1866e4 /notcompute.yaml
parentc2051996bc2262764c601763d5c98652baa14066 (diff)
Set NoEcho: true for parameters containing secrets
This prevents secret values being returned for stack-show. Change-Id: I82eff26fda31511b66c6371f6ded2a5fb559f3fb Fixes-Bug: #1226730
Diffstat (limited to 'notcompute.yaml')
-rw-r--r--notcompute.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/notcompute.yaml b/notcompute.yaml
index 6eb86f87..ef339361 100644
--- a/notcompute.yaml
+++ b/notcompute.yaml
@@ -8,6 +8,7 @@ Parameters:
Default: ''
Description: Password to use for mysqldump from Bootstrap Host
Type: String
+ NoEcho: true
BootstrapHost:
Default: ''
Description: Load mysqldump from this Host
@@ -16,10 +17,12 @@ Parameters:
Default: ''
Description: Root password for localhost access after bootstrap
Type: String
+ NoEcho: true
BootstrapSlavePassword:
Default: ''
Description: Password to use with BootstrapSlaveUser
Type: String
+ NoEcho: true
BootstrapSlaveUser:
Default: ''
Description: User to use for replication from bootstrap host
@@ -27,9 +30,11 @@ Parameters:
GlanceDBPassword:
Description: Password for connecting to glance database
Type: String
+ NoEcho: true
HeatDBPassword:
Description: Password for accessing Heat database.
Type: String
+ NoEcho: true
InstanceType:
Default: baremetal
Description: Use this flavor
@@ -41,26 +46,32 @@ Parameters:
KeystoneDBPassword:
Description: Password for connecting to keystone
Type: String
+ NoEcho: true
NovaDBPassword:
Description: Password for connecting to nova database
Type: String
+ NoEcho: true
NovaInterfaces:
Default: eth0
Type: String
NeutronDBPassword:
Description: Password for connecting to neutron database
Type: String
+ NoEcho: true
NeutronInterfaces:
Default: eth0
Type: String
RabbitMQPassword:
Description: Password for RabbitMQ
Type: String
+ NoEcho: true
RabbitPassword:
Type: String
+ NoEcho: true
ServicePassword:
Description: admin_password for setting up auth in nova.
Type: String
+ NoEcho: true
notcomputeImage:
Type: String
Resources: