Support for modifications to a base Qemu VM (not a linked clone).

This commit is contained in:
grossmj
2015-10-18 19:19:27 -06:00
parent 2fbc391319
commit ce4727e51a
3 changed files with 60 additions and 41 deletions

View File

@ -38,6 +38,10 @@ QEMU_CREATE_SCHEMA = {
"type": "string",
"minLength": 1,
},
"linked_clone": {
"description": "either the VM is a linked clone or not",
"type": "boolean"
},
"qemu_path": {
"description": "Path to QEMU",
"type": ["string", "null"],