X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Fvnfs%2Fvnf_create%2Finst_vnf.py;h=6ceddbb1ae80463e7512a98ad91f85a33fbbd24b;hp=cedc4a4281da5eebed5c6763a941a04c57f3f320;hb=cc8e51bd402ec135d7bfab7dcafedbdb47a95da1;hpb=cdc405f4119d24a069932b0c446c55a2b8d40bdd diff --git a/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py b/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py index cedc4a42..6ceddbb1 100644 --- a/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py +++ b/lcm/lcm/nf/vnfs/vnf_create/inst_vnf.py @@ -205,7 +205,7 @@ class InstVnf(Thread): } logger.info('content_args=%s' % content_args) # call rest api - resp = notify_lcm_to_nfvo(content_args, self.nf_inst_id) + resp = notify_lcm_to_nfvo(content_args) logger.info('[NF instantiation] get lcm response %s' % resp) logger.info('[NF instantiation] send notify request to nfvo end')