Skip to content

Commit 5b2740f

Browse files
Kelven YangedisonSu
authored andcommitted
Change VMware template extenstion to ova
1 parent e12f9ad commit 5b2740f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/com/cloud/storage/Storage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static enum ImageFormat {
2323
RAW(false, false, false),
2424
VHD(true, true, true),
2525
ISO(false, false, false),
26-
VMDK(true, true, true, "vmw.tar");
26+
VMDK(true, true, true, "ova");
2727

2828
private final boolean thinProvisioned;
2929
private final boolean supportSparse;

0 commit comments

Comments
 (0)