Skip SFT in features-netconf-connector
[netconf.git] / netconf / netconf-client / src / main / yang / odl-netconf-cfg.yang
1 // vi: set smarttab et sw=4 tabstop=4:
2 module odl-netconf-cfg {
3
4     yang-version 1;
5     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:netconf";
6     prefix "cfg-net";
7
8     import config { prefix config; revision-date 2013-04-05; }
9
10     description
11         "This module contains the base YANG definitions for
12         netconf related services.
13
14         Copyright (c)2013 Cisco Systems, Inc. All rights reserved.;
15
16         This program and the accompanying materials are made available
17         under the terms of the Eclipse Public License v1.0 which
18         accompanies this distribution, and is available at
19         http://www.eclipse.org/legal/epl-v10.html";
20
21     revision "2014-04-08" {
22         description
23             "Initial revision.";
24     }
25
26     // We keep this as sal-netconf-connector and netconf-topology need it.
27     // Once they will be moved to blueprint, it will be safe to delete all
28     // together the netconf-config-dispatcher bundle.
29     identity netconf-client-dispatcher {
30         base "config:service-type";
31         config:java-class "org.opendaylight.netconf.client.NetconfClientDispatcher";
32         config:disable-osgi-service-registration;
33         status deprecated;
34     }
35 }