Fix typo in undercloud-vm-source.yaml
authorDerek Higgins <derekh@redhat.com>
Thu, 13 Feb 2014 21:22:37 +0000 (21:22 +0000)
committerDerek Higgins <derekh@redhat.com>
Thu, 13 Feb 2014 21:22:37 +0000 (21:22 +0000)
There is no NoEcho type.

Change-Id: Id652b80f394a0d0b9e4b83ca9a61d2b547a14c3e

undercloud-vm-source.yaml

index 4fc10d8..48a6fff 100644 (file)
@@ -13,7 +13,8 @@ Parameters:
     Type: String
   PowerSSHPrivateKey:
     Description: Private key for using to ssh to a virtual power host.
-    Type: NoEcho
+    Type: String
+    NoEcho: true
   PowerUserName:
     Default: stack
     Description: What username to ssh to the virtual power host with.