Fix schema error in qemu

This commit is contained in:
Julien Duponchelle 2016-07-08 11:27:22 +02:00
parent 7e91a5cb11
commit d99c050705
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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",