From 73fbe1e1215615a1470b55b625b399cf17beae8b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 17 Sep 2013 15:13:25 -0700 Subject: Set NoEcho: true for parameters containing secrets This prevents secret values being returned for stack-show. Change-Id: I82eff26fda31511b66c6371f6ded2a5fb559f3fb Fixes-Bug: #1226730 --- nova-compute-group.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nova-compute-group.yaml') diff --git a/nova-compute-group.yaml b/nova-compute-group.yaml index 03fd476e..99420280 100644 --- a/nova-compute-group.yaml +++ b/nova-compute-group.yaml @@ -17,12 +17,14 @@ Parameters: ServicePassword: Description: admin_password for setting up auth in nova. Type: String + NoEcho: true NeutronHost: Type: String RabbitHost: Type: String RabbitPassword: Type: String + NoEcho: true NovaInterfaces: Type: String Default: eth0 -- cgit 1.2.3-korg