Merge "Bug 2538: Remove redundant Augmentation checks and tests"
[controller.git] / opendaylight / netconf / netconf-api / src / main / yang / netconf-northbound.yang
1 module netconf-northbound {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:netconf:northbound";
4     prefix "nn";
5
6     import config { prefix config; revision-date 2013-04-05; }
7
8     description
9         "This module contains the base YANG definitions for
10          netconf northbound server API";
11
12     revision "2015-01-14" {
13         description
14             "Initial revision.";
15     }
16
17     identity netconf-server-dispatcher {
18         base "config:service-type";
19         config:java-class "org.opendaylight.controller.netconf.api.NetconfServerDispatcher";
20     }
21
22 }