mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Add note about why the VDI format does not have an OVF URI
This commit is contained in:
parent
70be6b8198
commit
d5ef584b42
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class VirtualDiskImage(QEMUVolume):
|
|||
|
||||
extension = '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
|
||||
|
||||
def get_uuid(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue