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 66d1eb92f0
commit 7ea3930ae9
1 changed files with 4 additions and 0 deletions

View File

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