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

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

index 967dfe6f98f9192e60d12888d018af6a43ca0dad..3f5ea9d29dd01a4dc70eabff4f600ac6e4dde911 100644 (file)
@@ -13,9 +13,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-notifications-api/src/main/yang/netconf-northbound-notification.yang b/netconf/netconf-notifications-api/src/main/yang/netconf-northbound-notification.yang
deleted file mode 100644 (file)
index f821a31..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-module netconf-northbound-notification {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:notification";
-    prefix "nnn";
-
-    import config { prefix config; revision-date 2013-04-05; }
-
-    description
-        "This module contains the base YANG definitions for
-         netconf northbound notifications API";
-
-    revision "2015-08-06" {
-            description "Initial revision.";
-    }
-
-    identity netconf-notification-collector {
-            base "config:service-type";
-            config:java-class "org.opendaylight.netconf.notifications.NetconfNotificationCollector";
-            config:disable-osgi-service-registration;
-            status deprecated;
-        }
-
-    identity netconf-notification-registry {
-           base "config:service-type";
-           config:java-class "org.opendaylight.netconf.notifications.NetconfNotificationRegistry";
-           config:disable-osgi-service-registration;
-           status deprecated;
-    }
-}
\ No newline at end of file