Fix typo in undercloud-vm-source.yaml

There is no NoEcho type.

Change-Id: Id652b80f394a0d0b9e4b83ca9a61d2b547a14c3e
This commit is contained in:
Derek Higgins 2014-02-13 21:22:37 +00:00
parent 54e15b20b3
commit 5577ae61ec
1 changed files with 2 additions and 1 deletions

View 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.