mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-28 16:48:54 +00: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",
|
"description": "Console type",
|
||||||
"enum": ["telnet", "vnc"]
|
"enum": ["telnet", "vnc"]
|
||||||
},
|
},
|
||||||
|
"linked_clone": {
|
||||||
|
"description": "Whether the VM is a linked clone or not",
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"hda_disk_image": {
|
"hda_disk_image": {
|
||||||
"description": "QEMU hda disk image path",
|
"description": "QEMU hda disk image path",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Loading…
Reference in New Issue
Block a user