remove additional_param_for_ns in Create VNF
[vfc/nfvo/lcm.git] / lcm / pub / utils / restcall.py
index 171e726..929f065 100644 (file)
@@ -84,6 +84,7 @@ def call_req(base_url, user, passwd, auth_type, resource, method, content='', ad
 
 
 def req_by_msb(resource, method, content=''):
+    logger.debug("resource: %s, method: %s, content: %s" % (resource, method, content))
     base_url = "http://%s:%s/" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
     return call_req(base_url, "", "", rest_no_auth, resource, method, content)