Dans notre application, nous téléchargons une image Qcow2 et, après cela, nous sommes censés importer cela comme OVF.
Donc, n'importe quel moyen de convertir qcow2 --> OVF
Ou qcow2 --> vmdk(using qemu-img convert) --> ovf
.
qemu-img convert -f qcow2 -O vmdk whatever.qcow2 whatever.vmdk