Create VPCS VM on controller

This commit is contained in:
Julien Duponchelle
2016-03-11 15:06:14 +01:00
parent 4326d412f9
commit be4aa41dda
13 changed files with 76 additions and 34 deletions

View File

@ -19,4 +19,3 @@ from .hypervisor_handler import HypervisorHandler
from .project_handler import ProjectHandler
from .version_handler import VersionHandler
from .vm_handler import VMHandler

View File

@ -47,4 +47,3 @@ class VMHandler:
vm = yield from project.addVM(hypervisor, request.json.pop("vm_id", None), **request.json)
response.set_status(201)
response.json(vm)