diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2018-10-25 18:00:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 18:00:55 +0900 |
commit | bdb662a0d68777e87467a3a83f471dff225040ee (patch) | |
tree | 78d6e56e18036cccbcb74cc4c915a891c03242f8 /roles/vmware-ova | |
parent | cba6838a8bea83d7a9d132f0774dc3cd35f08c13 (diff) | |
download | vyos-vm-images-bdb662a0d68777e87467a3a83f471dff225040ee.tar.gz vyos-vm-images-bdb662a0d68777e87467a3a83f471dff225040ee.zip |
Fix ovf
Diffstat (limited to 'roles/vmware-ova')
-rw-r--r-- | roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 b/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 index 19f5a87..76ebbcf 100644 --- a/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 +++ b/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 @@ -144,6 +144,5 @@ <Description>If set, the default user's password will be set to this value to allow password based login. The password will be good for only a single login. If set to the string 'RANDOM' then a random password will be generated, and written to the console.</Description> </Property> </ProductSection> - </ProductSection> </VirtualSystem> </Envelope> |