mirror of https://github.com/apache/cloudstack.git
Change VMware template extenstion to ova
This commit is contained in:
parent
e12f9ad19d
commit
5b2740f3f9
|
|
@ -23,7 +23,7 @@ public class Storage {
|
|||
RAW(false, false, false),
|
||||
VHD(true, true, true),
|
||||
ISO(false, false, false),
|
||||
VMDK(true, true, true, "vmw.tar");
|
||||
VMDK(true, true, true, "ova");
|
||||
|
||||
private final boolean thinProvisioned;
|
||||
private final boolean supportSparse;
|
||||
|
|
|
|||
Loading…
Reference in New Issue