Fix pax exam issue
[controller.git] / opendaylight / config / netty-timer-config / src / main / yang / netty-timer.yang
index e622be39c7f1d944cb0a15ae4bc4e5343f3f1559..69a7a5248f93bd3ac807537bafcfffb765ef2c7e 100644 (file)
@@ -6,7 +6,6 @@ module netty-timer {
 
     import config { prefix config; revision-date 2013-04-05; }
     import netty { prefix netty; revision-date 2013-11-19; }
-    import threadpool { prefix th; revision-date 2013-04-09; }
 
     organization "Cisco Systems, Inc.";
 
@@ -29,6 +28,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,21 +39,14 @@ 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 {
-                uses config:service-ref {
-                    refine type {
-                        mandatory false;
-                        config:required-identity th:threadfactory;
-                    }
-                }
-            }
         }
     }
-}
\ No newline at end of file
+}