OVA file support

This commit is contained in:
Julien Duponchelle
2015-10-05 20:12:20 +02:00
parent 034ac392b7
commit 3d7d8682ee
7 changed files with 102 additions and 10 deletions

View File

@ -357,7 +357,7 @@ class QEMUHandler:
response.json(vms)
@Route.post(
r"/qemu/vms/{path}",
r"/qemu/vms/{path:.+}",
status_codes={
204: "Image uploaded",
},