Bug 6794: Remove threadpool config modules
[controller.git] / opendaylight / config / netty-timer-config / src / main / yang / netty-timer.yang
index c9ada0c3d98440d85d6a76b27fcfa01718883aa2..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.";
 
@@ -48,16 +47,6 @@ module netty-timer {
                 status deprecated;
                 type uint16;
             }
-
-            container thread-factory {
-                status deprecated;
-                uses config:service-ref {
-                    refine type {
-                        mandatory false;
-                        config:required-identity th:threadfactory;
-                    }
-                }
-            }
         }
     }
-}
\ No newline at end of file
+}