Merge "Add vfc-lcm nsheal log"
authoryunlong ying <ying.yunlong@zte.com.cn>
Fri, 26 Jan 2018 03:06:33 +0000 (03:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 26 Jan 2018 03:06:33 +0000 (03:06 +0000)
lcm/ns/views.py

index b8904d5..6b14f58 100644 (file)
@@ -158,6 +158,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()