aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.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 /overcloud-source.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 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 3298e69f..442a21ee 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -6,6 +6,7 @@ Parameters:
Default: unset
Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
Type: String
+ NoEcho: true
AdminToken:
Default: unset
Description: The keystone auth secret.
@@ -14,6 +15,7 @@ Parameters:
Default: unset
Description: The password for the cinder service account, used by cinder-api.
Type: String
+ NoEcho: true
Flavor:
Default: baremetal
Description: Flavor to request when deploying.
@@ -22,10 +24,12 @@ Parameters:
Default: unset
Description: The password for the glance service account, used by the glance services.
Type: String
+ NoEcho: true
HeatPassword:
Default: unset
Description: The password for the Heat service account, used by the Heat services.
Type: String
+ NoEcho: true
KeyName:
Default: default
Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
@@ -34,6 +38,7 @@ Parameters:
Default: unset
Description: The password for the neutron service account, used by neutron agents.
Type: String
+ NoEcho: true
NovaComputeDriver:
Default: libvirt.LibvirtDriver
Type: String
@@ -50,6 +55,7 @@ Parameters:
Default: unset
Description: The password for the nova service account, used by nova-api.
Type: String
+ NoEcho: true
PowerUserName:
Default: stack
Description: What username to ssh to the virtual power host with.