From: Tom Pantelis Date: Sat, 17 Jun 2017 12:35:42 +0000 (-0400) Subject: Remove netconf-api service-type config yang X-Git-Tag: release/nitrogen~55^2~3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=c6a82232d8d88f10cdc768484e8b788f729d92d8;p=netconf.git Remove netconf-api service-type config yang The service-type identities aren't used so remove them. Change-Id: Icd48e3666773ca65a3f08a65b2377c0eaf830992 Signed-off-by: Tom Pantelis --- diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index 11f44453c7..ccbc32e473 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/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 @@ -45,11 +45,7 @@ org.opendaylight.controller - config-api - - - org.opendaylight.controller - config-manager-facade-xml + config-util org.opendaylight.controller diff --git a/netconf/netconf-api/src/main/yang/netconf-northbound.yang b/netconf/netconf-api/src/main/yang/netconf-northbound.yang deleted file mode 100644 index 121a4d6fc8..0000000000 --- a/netconf/netconf-api/src/main/yang/netconf-northbound.yang +++ /dev/null @@ -1,31 +0,0 @@ -module netconf-northbound { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:config:netconf:northbound"; - prefix "nn"; - - import config { prefix config; revision-date 2013-04-05; } - - description - "This module contains the base YANG definitions for - netconf northbound server API"; - - revision "2015-01-14" { - description - "Initial revision."; - } - - identity netconf-server-dispatcher { - base "config:service-type"; - config:java-class "org.opendaylight.netconf.api.NetconfServerDispatcher"; - config:disable-osgi-service-registration; - status deprecated; - } - - identity netconf-server-monitoring { - base "config:service-type"; - config:java-class "org.opendaylight.netconf.api.monitoring.NetconfMonitoringService"; - config:disable-osgi-service-registration; - status deprecated; - } - -} \ No newline at end of file