Deprecate netty config modules
[controller.git] / opendaylight / config / netty-timer-config / src / main / yang / netty-timer.yang
index e622be39c7f1d944cb0a15ae4bc4e5343f3f1559..c9ada0c3d98440d85d6a76b27fcfa01718883aa2 100644 (file)
@@ -29,6 +29,7 @@ module netty-timer {
     }
 
     identity netty-hashed-wheel-timer {
+        status deprecated;
         base config:module-type;
         config:provided-service netty:netty-timer;
         config:java-name-prefix HashedWheelTimer;
@@ -39,14 +40,17 @@ module netty-timer {
             when "/config:modules/config:module/config:type = 'netty-hashed-wheel-timer'";
 
             leaf tick-duration {
+                status deprecated;
                 type uint32;
             }
 
             leaf ticks-per-wheel {
+                status deprecated;
                 type uint16;
             }
 
             container thread-factory {
+                status deprecated;
                 uses config:service-ref {
                     refine type {
                         mandatory false;