From: Derek Higgins Date: Thu, 13 Feb 2014 21:22:37 +0000 (+0000) Subject: Fix typo in undercloud-vm-source.yaml X-Git-Tag: opnfv-6.0.0~2877 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5577ae61ecc1799e49f80b551104a28f00d0bf89;p=apex-tripleo-heat-templates.git Fix typo in undercloud-vm-source.yaml There is no NoEcho type. Change-Id: Id652b80f394a0d0b9e4b83ca9a61d2b547a14c3e --- diff --git a/undercloud-vm-source.yaml b/undercloud-vm-source.yaml index 4fc10d89..48a6fffd 100644 --- a/undercloud-vm-source.yaml +++ b/undercloud-vm-source.yaml @@ -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.