From: prithiv Date: Thu, 13 Apr 2017 16:20:36 +0000 (+0100) Subject: Bug 240 - NS Scaling Scale Out X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=fb6c646590ef77d424eb58213e475001ec9af80e;p=osm%2FSO.git Bug 240 - NS Scaling Scale Out Change-Id: I7134ae3c64c616e4a679a4bc6039876e1b234c57 Signed-off-by: prithiv --- diff --git a/models/openmano/python/rift/openmano/rift2openmano.py b/models/openmano/python/rift/openmano/rift2openmano.py index 7c6dfc28..ad16a8c0 100755 --- a/models/openmano/python/rift/openmano/rift2openmano.py +++ b/models/openmano/python/rift/openmano/rift2openmano.py @@ -337,7 +337,6 @@ def rift2openmano_vnfd_nsd(rift_nsd, rift_vnfds, openmano_vnfd_ids,rift_vnfd_id= topology["nodes"] = {} tst_index = [] openmano_vnfd_id = openmano_vnfd_ids.get(rift_vnfd_id,None) - logger.debug("CONSTVNF %s", rift_nsd.constituent_vnfds) for rvnfd_id in rift_nsd.constituent_vnfds: if rvnfd_id.vnfd_id_ref == rift_vnfd_id: topology["nodes"][rift_vnfd_id+'__'+str(rvnfd_id.member_vnf_index)] = {