Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-auth / src / main / yang / netconf-auth.yang
1 module netconf-auth {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:netconf:auth";
4     prefix "na";
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-07-15" {
13         description
14             "Initial revision.";
15     }
16
17     identity netconf-auth-provider {
18         base "config:service-type";
19         config:java-class "org.opendaylight.controller.netconf.auth.AuthProvider";
20     }
21
22 }