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

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

index 9134e57235dec27a6b759189c3feeb0d5b09e05f..4a64ebdacc0aaf64f045815974367ce7aa57c812 100644 (file)
@@ -10,9 +10,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <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-auth/src/main/yang/netconf-auth.yang b/netconf/netconf-auth/src/main/yang/netconf-auth.yang
deleted file mode 100644 (file)
index 97213b5..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-module netconf-auth {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:config:netconf:auth";
-    prefix "na";
-
-    import config { prefix config; revision-date 2013-04-05; }
-
-    description
-        "This module contains the base YANG definitions for
-         netconf northbound server API";
-
-    revision "2015-07-15" {
-        description
-            "Initial revision.";
-    }
-
-    identity netconf-auth-provider {
-        base "config:service-type";
-        config:java-class "org.opendaylight.netconf.auth.AuthProvider";
-        config:disable-osgi-service-registration;
-        status deprecated;
-    }
-
-}
\ No newline at end of file