Migrate sal-common-testutil odlparent-1.8.0-Carbon
[controller.git] / opendaylight / commons / protocol-framework / src / main / yang / odl-protocol-framework-cfg.yang
index 1856369178c0c2230db2eca3e24288ce5ca2f0b3..cd84d4a95e24156453d9d56b0b02ee072f2d036a 100644 (file)
@@ -77,12 +77,12 @@ module protocol-framework {
         case reconnect-immediately-strategy-factory {
             when "/config:modules/config:module/config:type = 'reconnect-immediately-strategy-factory'";
 
-            leaf timeout {
+            leaf reconnect-timeout {
                 mandatory true;
                 type int32;
             }
 
-            container executor {
+            container reconnect-executor {
                 uses config:service-ref {
                     refine type {
                         mandatory true;
@@ -138,7 +138,7 @@ module protocol-framework {
                 units "milliseconds";
             }
 
-            container executor {
+            container timed-reconnect-executor {
                 uses config:service-ref {
                     refine type {
                         mandatory true;