Modify table module and related code
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / msapi / nfvolcm.py
index 0b2e600..fa90653 100644 (file)
@@ -19,6 +19,11 @@ def vnfd_rawdata_get(vnfdid):
     ret = req_by_msb("openoapi/nslcm/v1/vnfs/%s" % vnfdid, "GET")
     return ret
 
+#call gvnfm driver
+def get_packageid_by_vnfdid(vnfdid):
+    ret = req_by_msb("openoapi/nslcm/v1/vnfs/%s" % vnfdid, "GET")
+    return ret
+
 #call gvnfm driver
 def apply_grant_to_nfvo(data):
     ret = req_by_msb("openoapi/nslcm/v1/grantvnf" , "POST", data)