From 8909c4211ce3045b2bdcc78c1fab113df651f41c Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Mon, 6 Jun 2016 19:55:54 +0200 Subject: [PATCH] Support upload images --- gns3server/handlers/api/controller/compute_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gns3server/handlers/api/controller/compute_handler.py b/gns3server/handlers/api/controller/compute_handler.py index 914c1543..816dc4e2 100644 --- a/gns3server/handlers/api/controller/compute_handler.py +++ b/gns3server/handlers/api/controller/compute_handler.py @@ -102,6 +102,7 @@ class ComputeHandler: 200: "OK", 404: "Instance doesn't exist" }, + raw=True, description="Forward call specific to compute node. Read the full compute API for available actions") def post_forward(request, response): controller = Controller.instance()