diff options
author | Steve Baker <sbaker@redhat.com> | 2013-09-17 15:13:25 -0700 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2013-09-17 15:18:10 -0700 |
commit | 73fbe1e1215615a1470b55b625b399cf17beae8b (patch) | |
tree | 66b596bea85aacedde52ef3e3a09f32b6b1866e4 /undercloud-vm.yaml | |
parent | c2051996bc2262764c601763d5c98652baa14066 (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 'undercloud-vm.yaml')
-rw-r--r-- | undercloud-vm.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 8fda08fb..58c9dbe1 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -5,6 +5,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. @@ -21,6 +22,7 @@ Parameters: Default: unset Description: The password for the glance service account, used by the glance services. Type: String + NoEcho: true KeyName: Default: default Description: Name of an existing EC2 KeyPair to enable SSH access to the instances @@ -29,6 +31,7 @@ Parameters: Default: unset Description: The password for the Heat service account, used by the Heat services. Type: String + NoEcho: true Image: Default: undercloud Type: String @@ -36,10 +39,12 @@ Parameters: Default: unset Description: The password for the neutron service account, used by neutron agents. Type: String + NoEcho: true NovaPassword: 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. |