Fix issue in servers APIs for Kilo
authorBin Yang <bin.yang@windriver.com>
Wed, 8 Mar 2017 02:19:28 +0000 (10:19 +0800)
committerBin Yang <bin.yang@windriver.com>
Wed, 8 Mar 2017 02:19:28 +0000 (10:19 +0800)
Change-Id: Id6a478b62f9e713ef64877f5eec93b84801d0b15
Issue-Id: MULTIVIM-25
Signed-off-by: Bin Yang <bin.yang@windriver.com>
kilo/kilo/requests/views/server.py

index 53efde2..69216bf 100644 (file)
@@ -229,6 +229,7 @@ class Servers(APIView):
                 "returnCode": 1,
             }
             resp_body.update(vim_dict)
+            resp_body["boot"] = boot
             resp_body["volumeArray"] = volumearray
             resp_body["nicArray"] = nicarray
             resp_body["contextArray"] = contextarray