From 09f738e9a385139a22de957d3a66ce84f64f414c Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Sat, 17 Jun 2017 08:46:07 -0400 Subject: [PATCH] Remove netconf-auth service-type config yang The service-type identities aren't used so remove them. Change-Id: I0d93e3c46e93db31d4515c55296c937f4f7a4d19 Signed-off-by: Tom Pantelis --- netconf/netconf-auth/pom.xml | 6 ++--- .../src/main/yang/netconf-auth.yang | 24 ------------------- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 netconf/netconf-auth/src/main/yang/netconf-auth.yang diff --git a/netconf/netconf-auth/pom.xml b/netconf/netconf-auth/pom.xml index 9134e57235..4a64ebdacc 100644 --- a/netconf/netconf-auth/pom.xml +++ b/netconf/netconf-auth/pom.xml @@ -10,9 +10,9 @@ 4.0.0 - org.opendaylight.controller - config-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 1.9.0 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 index 97213b5d46..0000000000 --- a/netconf/netconf-auth/src/main/yang/netconf-auth.yang +++ /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 -- 2.36.6