get ns instance
[vfc/nfvo/lcm.git] / lcm / ns / views / sol / instantiate_ns_views.py
index ed43b94..c19bece 100644 (file)
@@ -22,9 +22,3 @@ class InstantiateNsView(APIView):
     def post(self, request, ns_instance_id):
         # todo
         return
-
-
-class TerminateNsView(APIView):
-    def post(self, request, ns_instance_id):
-        # todo
-        return