X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fpub%2Fmsapi%2Fgvnfmdriver.py;fp=lcm%2Flcm%2Fpub%2Fmsapi%2Fgvnfmdriver.py;h=91b4a363ef595c2a6670a85cfcce0d971253e16b;hb=2ca5cd48a2a4241b15f2e71e614e3ae05b14de2e;hp=41e04f876d90116166e411291b8051e3a70ef56a;hpb=729152f300acdec04fccb45974fdcd4a36aca4d6;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/pub/msapi/gvnfmdriver.py b/lcm/lcm/pub/msapi/gvnfmdriver.py index 41e04f87..91b4a363 100644 --- a/lcm/lcm/pub/msapi/gvnfmdriver.py +++ b/lcm/lcm/pub/msapi/gvnfmdriver.py @@ -117,6 +117,7 @@ def prepare_notification_data(nfinstid, jobid, changetype, operation): 'resourceHandle': network_resource, 'extLinkPorts': ext_link_ports }) + logger.debug("ext_connectivity=%s", ext_connectivity) affected_vss = [] vss = StorageInstModel.objects.filter(instid=nfinstid) for vs in vss: @@ -145,7 +146,7 @@ def prepare_notification_data(nfinstid, jobid, changetype, operation): 'affectedVnfcs': affected_vnfcs, 'affectedVirtualLinks': affected_vls, 'affectedVirtualStorages': affected_vss, - 'changedExtConnectivity': ext_connectivity, + 'changedExtConnectivity': [], # TODO: will add in R4 '_links': { 'vnfInstance': {'href': '/api/vnflcm/v1/vnf_instances/%s' % nfinstid}, # set 'subscription' link after filtering for subscribers