Bug 240 - NS Scaling Scale Out 63/1563/2 ns_scaling
authorprithiv <prithiv.mohan@intel.com>
Thu, 13 Apr 2017 16:20:36 +0000 (17:20 +0100)
committervelandy <rajesh.velandy@riftio.com>
Thu, 13 Apr 2017 21:49:51 +0000 (22:49 +0100)
Change-Id: I7134ae3c64c616e4a679a4bc6039876e1b234c57
Signed-off-by: prithiv <prithiv.mohan@intel.com>
models/openmano/python/rift/openmano/rift2openmano.py

index 7c6dfc2..ad16a8c 100755 (executable)
@@ -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)] = {