Revert "RIFT-14721: Added update mode for RO account, also enabled unit tests for...
[osm/SO.git] / common / python / rift / mano / dts / subscriber / ns_subscriber.py
index c16f771..1078e85 100644 (file)
@@ -50,13 +50,3 @@ class NsdCatalogSubscriber(core.AbstractConfigSubscriber):
 
     def get_xpath(self):
         return "C,/nsd:nsd-catalog/nsd:nsd"
-
-
-class NsInstanceConfigSubscriber(core.AbstractConfigSubscriber):
-    """ The network service descriptor DTS handler """
-
-    def key_name(self):
-        return "id"
-
-    def get_xpath(self):
-        return "C,/nsr:ns-instance-config/nsr:nsr"