CLOUDSTACK-6867: Added option to upload the volume in VHDX format

This commit is contained in:
Anshul Gangwar 2014-06-10 16:43:40 +05:30 committed by Devdeep Singh
parent ebff469b46
commit 2e49ef73bf

View File

@ -305,6 +305,10 @@
id: 'VHD',
description: 'VHD'
});
items.push({
id: 'VHDX',
description: 'VHDX'
});
items.push({
id: 'OVA',
description: 'OVA'