mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix schema error in qemu
This commit is contained in:
parent
7e91a5cb11
commit
d99c050705
@ -238,6 +238,10 @@ QEMU_UPDATE_SCHEMA = {
|
||||
"description": "Console type",
|
||||
"enum": ["telnet", "vnc"]
|
||||
},
|
||||
"linked_clone": {
|
||||
"description": "Whether the VM is a linked clone or not",
|
||||
"type": "boolean"
|
||||
},
|
||||
"hda_disk_image": {
|
||||
"description": "QEMU hda disk image path",
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user