X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fns%2Fviews%2Fdeprecated%2Finst_ns_view.py;h=042ae818315dcd88f6d1fab66669c12f5887d329;hb=049aada7605a701fb98b7479f648c93a516ae9d1;hp=a3ad19041234096b882a0ecde6e677b7238a9a36;hpb=c988b17144918d3b295097b5faa72eb2b9f37c55;p=vfc%2Fnfvo%2Flcm.git diff --git a/lcm/ns/views/deprecated/inst_ns_view.py b/lcm/ns/views/deprecated/inst_ns_view.py index a3ad1904..042ae818 100644 --- a/lcm/ns/views/deprecated/inst_ns_view.py +++ b/lcm/ns/views/deprecated/inst_ns_view.py @@ -38,6 +38,12 @@ class NSInstView(APIView): ) @view_safe_call_with_log(logger=logger) def post(self, request, ns_instance_id): + """ + Instantiate a NS + :param request: + :param ns_instance_id: + :return: + """ logger.debug("Enter NSInstView::post::ns_instance_id=%s", ns_instance_id) logger.debug("request.data=%s", request.data) req_serializer = _InstantNsReqSerializer(data=request.data)