Add vfc-lcm nsheal log 41/29241/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 26 Jan 2018 03:00:07 +0000 (11:00 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Fri, 26 Jan 2018 03:00:07 +0000 (11:00 +0800)
Change-Id: Ib5ea7a9c12cfa66e82f36874885bdee2936b5cbe
Issue-ID: VFC-682
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/ns/views.py

index 03a5763..95a570e 100644 (file)
@@ -92,6 +92,7 @@ class TerminateNSView(APIView):
 class NSHealView(APIView):
     def post(self, request, ns_instance_id):
         logger.debug("Enter HealNSView::post %s", request.data)
+        logger.debug("Enter HealNSView:: %s", ns_instance_id)
         job_id = JobUtil.create_job("VNF", JOB_TYPE.HEAL_VNF, ns_instance_id)
         try:
             NSHealService(ns_instance_id, request.data, job_id).start()