Remove netconf-api service-type config yang 21/59121/1
authorTom Pantelis <tompantelis@gmail.com>
Sat, 17 Jun 2017 12:35:42 +0000 (08:35 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Sat, 17 Jun 2017 12:35:42 +0000 (08:35 -0400)
The service-type identities aren't used so remove them.

Change-Id: Icd48e3666773ca65a3f08a65b2377c0eaf830992
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
netconf/netconf-api/pom.xml
netconf/netconf-api/src/main/yang/netconf-northbound.yang [deleted file]

index 11f44453c7e2f4c3d53280319dc562f074dde349..ccbc32e4737a6f7dfbd5dbd75b8a72e9cde65212 100644 (file)
@@ -10,9 +10,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>bundle-parent</artifactId>
+    <version>1.9.0</version>
     <relativePath/>
   </parent>
 
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
-      <artifactId>config-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>config-manager-facade-xml</artifactId>
+      <artifactId>config-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
diff --git a/netconf/netconf-api/src/main/yang/netconf-northbound.yang b/netconf/netconf-api/src/main/yang/netconf-northbound.yang
deleted file mode 100644 (file)
index 121a4d6..0000000
+++ /dev/null
@@ -1,31 +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.netconf.api.NetconfServerDispatcher";
-        config:disable-osgi-service-registration;
-        status deprecated;
-    }
-
-    identity netconf-server-monitoring {
-        base "config:service-type";
-        config:java-class "org.opendaylight.netconf.api.monitoring.NetconfMonitoringService";
-        config:disable-osgi-service-registration;
-        status deprecated;
-    }
-
-}
\ No newline at end of file