Delete netconf
[controller.git] / opendaylight / netconf / netconf-mapping-api / src / main / yang / netconf-northbound-mapper.yang
diff --git a/opendaylight/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang b/opendaylight/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang
deleted file mode 100644 (file)
index 3ffecde..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-module netconf-northbound-mapper {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:netconf:north:mapper";
-    prefix "nnm";
-
-    import config { prefix config; revision-date 2013-04-05; }
-
-    description
-        "This module contains the base YANG definitions for
-         mapping services plugged into a netconf northbound server";
-
-    revision "2015-01-14" {
-        description
-            "Initial revision.";
-    }
-
-    identity netconf-northbound-mapper {
-        base "config:service-type";
-        config:java-class "org.opendaylight.controller.netconf.mapping.api.NetconfOperationServiceFactory";
-    }
-
-    identity netconf-mapper-registry {
-        base "config:service-type";
-        config:java-class "org.opendaylight.controller.netconf.mapping.api.NetconfOperationServiceFactoryListener";
-    }
-
-}
\ No newline at end of file