Remove useless sfc create view 03/29903/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 1 Feb 2018 01:35:28 +0000 (09:35 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 1 Feb 2018 01:35:28 +0000 (09:35 +0800)
Change-Id: Ib0a3d501ed685545b1c5beff81f28347c32c15c3
Issue-ID: VFC-694
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/ns/sfcs/detail_views.py

index dae8062..6d92f39 100644 (file)
@@ -69,9 +69,3 @@ class SfcDetailView(APIView):
                             status=status.HTTP_202_ACCEPTED)
 
         return Response(data=resp, status=status.HTTP_202_ACCEPTED)
-
-
-class SfcCreateView(APIView):
-    def post(self, request):
-        print "SfcCreateView--post::> %s" % request.stream.body
-        return Response(data={"jobId": "1234", "sfcInstId": "1"}, status=status.HTTP_201_CREATED)