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