From fb6c646590ef77d424eb58213e475001ec9af80e Mon Sep 17 00:00:00 2001 From: prithiv Date: Thu, 13 Apr 2017 17:20:36 +0100 Subject: [PATCH] Bug 240 - NS Scaling Scale Out Change-Id: I7134ae3c64c616e4a679a4bc6039876e1b234c57 Signed-off-by: prithiv --- models/openmano/python/rift/openmano/rift2openmano.py | 1 - 1 file changed, 1 deletion(-) 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)] = { -- 2.25.1