Merge "Fix a bug in check_vim_capacity"
authorLiang Ke <lokyse@163.com>
Mon, 9 Apr 2018 06:39:32 +0000 (06:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 9 Apr 2018 06:39:32 +0000 (06:39 +0000)
multivimbroker/multivimbroker/forwarder/views.py

index 4f6e6ef..89e222a 100644 (file)
@@ -113,7 +113,7 @@ class CheckCapacity(BaseServer):
         for vim in body.get("VIMs", []):
             url = request.get_full_path().replace(
                 "check_vim_capacity", "%s/capacity_check" % vim)
-            resp = self.send(vim, url, str(newbody), "POST")
+            resp = self.send(vim, url, json.dumps(newbody), "POST")
             if int(resp.status_code) != status.HTTP_200_OK:
                 continue
             try: