Remove NetconfTopologySingletonService
[netconf.git] / apps / netconf-topology-singleton / src / main / yang / netconf-clustered-topology-config.yang
1 module netconf-clustered-topology-config {
2     yang-version 1;
3     namespace "urn:opendaylight:netconf:topology:singleton:config";
4     prefix nctc;
5
6     description
7       "Configuration for Netconf Clustered Topology";
8
9     revision "2017-04-19" {
10         description
11             "Initial revision.";
12     }
13
14     container config {
15         leaf write-transaction-idle-timeout {
16             type uint16;
17             default 0;
18             description "Idle time in seconds after which write transaction is cancelled
19             automatically. If 0, automatic cancellation is turned off.";
20         }
21     }
22 }