From: Tom Pantelis Date: Sat, 17 Jun 2017 12:46:07 +0000 (-0400) Subject: Remove netconf-auth service-type config yang X-Git-Tag: release/nitrogen~55^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=09f738e9a385139a22de957d3a66ce84f64f414c;p=netconf.git 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 --- 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