changes for config subsystem - BUG 754
[openflowjava.git] / openflow-protocol-impl / src / main / yang / openflow-switch-connection-provider.yang
1 module openflow-switch-connection-provider {
2         yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider";
4     prefix "openflow-switch-connection-provider";
5
6     import config {prefix config; revision-date 2013-04-05; }
7
8     description
9         "openflow-switch-connection-provider service definitions";
10
11     revision "2014-03-28" {
12         description
13             "Initial revision";
14     }
15
16     identity openflow-switch-connection-provider {
17          base "config:service-type";
18          config:java-class "org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider";
19     }
20 }