CDS: Add stress test RPC to the cars model
[controller.git] / opendaylight / netconf / netconf-config-dispatcher / 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     identity netconf-client-dispatcher {
27
28         base "config:service-type";
29         config:java-class "org.opendaylight.controller.netconf.client.NetconfClientDispatcher";
30     }
31 }