VNF Deployment Resource Grant
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / msapi / nfvolcm.py
index 9ea2eef..0b2e600 100644 (file)
@@ -27,4 +27,9 @@ def apply_grant_to_nfvo(data):
 #call gvnfm driver
 def notify_lcm_to_nfvo(data, nf_inst_id):
     ret = req_by_msb("openoapi/nslcm/v1/vnfs/%s/Notify"%nf_inst_id, "POST", data)
+    return ret
+
+#call gvnfm driver
+def apply_res_to_nfvo(data):
+    ret = req_by_msb("openoapi/nslcm/v1/res" , "POST", data)
     return ret
\ No newline at end of file