Fix schema error in qemu

pull/638/head
Julien Duponchelle 8 years ago
parent 7e91a5cb11
commit d99c050705
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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…
Cancel
Save