aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2014-02-13 21:22:37 +0000
committerDerek Higgins <derekh@redhat.com>2014-02-13 21:22:37 +0000
commit5577ae61ecc1799e49f80b551104a28f00d0bf89 (patch)
tree051d07d5d7bb531a1cba69dde68439fea9c370fd
parent54e15b20b32c26386d429555fed6b5f69409e18b (diff)
Fix typo in undercloud-vm-source.yaml
There is no NoEcho type. Change-Id: Id652b80f394a0d0b9e4b83ca9a61d2b547a14c3e
-rw-r--r--undercloud-vm-source.yaml3
1 files changed, 2 insertions, 1 deletions
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.