Reset branch to master
[osm/NBI.git] / osm_nbi / osm_vnfm / vnf_instance_actions.py
index 908f633..947f0b7 100644 (file)
@@ -100,8 +100,7 @@ class NewVnfLcmOp(BaseMethod):
                 "nsName": indata["vnfName"],
                 "nsDescription": indata["vnfDescription"],
                 "nsdId": self.__get_nsdid(session, indata["vnfInstanceId"]),
-                "vimAccountId": indata.get("vimAccountId"),
-                "paasAccountId": indata.get("paasAccountId"),
+                "vimAccountId": indata["vimAccountId"],
                 "nsr_id": indata["vnfInstanceId"],
                 "lcmOperationType": indata["lcmOperationType"],
                 "nsInstanceId": indata["vnfInstanceId"]