Add note about why the VDI format does not have an OVF URI

This commit is contained in:
Anders Ingemann 2015-10-14 22:05:00 +02:00
parent 70be6b8198
commit d5ef584b42

View file

@ -5,6 +5,7 @@ class VirtualDiskImage(QEMUVolume):
extension = 'vdi' extension = 'vdi'
qemu_format = 'vdi' qemu_format = 'vdi'
# VDI format does not have an URI (check here: https://forums.virtualbox.org/viewtopic.php?p=275185#p275185)
ovf_uri = None ovf_uri = None
def get_uuid(self): def get_uuid(self):