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

@ -58,6 +58,7 @@ class QEMUHandler:
vm = yield from qemu.create_vm(request.json.pop("name"),
request.match_info["project_id"],
request.json.pop("vm_id", None),
linked_clone=request.json.get("linked_clone", True),
qemu_path=request.json.pop("qemu_path", None),
console=request.json.pop("console", None),
console_type=request.json.pop("console_type", "telnet"),