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

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

index 387d8e139b05e7298e378d5c43a4f3a7f70ab88b..35e14fcd2cc910b3bd09346bdde6ef0f7e64aee9 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>
 
diff --git a/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang b/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang
deleted file mode 100644 (file)
index 211f1f8..0000000
+++ /dev/null
@@ -1,31 +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.netconf.mapping.api.NetconfOperationServiceFactory";
-        config:disable-osgi-service-registration;
-        status deprecated;
-    }
-
-    identity netconf-mapper-registry {
-        base "config:service-type";
-        config:java-class "org.opendaylight.netconf.mapping.api.NetconfOperationServiceFactoryListener";
-        config:disable-osgi-service-registration;
-        status deprecated;
-    }
-
-}
\ No newline at end of file