Add blueprint wiring for the lithium OpenflowPluginProvider
[openflowplugin.git] / openflowplugin-api / src / main / yang / openflow-provider.yang
1 module openflow-provider {
2         yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:openflow:api";
4     prefix "ofplugin-cfg";
5
6     import config {prefix config; revision-date 2013-04-05; }
7
8     description
9         "openflow-plugin-custom-config";
10
11     revision "2015-03-31" {
12         description
13             "Initial revision";
14     }
15
16     identity openflow-provider{
17         base config:service-type;
18         config:java-class "org.opendaylight.openflowplugin.api.openflow.OpenFlowPluginProvider";
19         config:disable-osgi-service-registration;
20         status deprecated;
21     }
22 }