mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +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'
|
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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue