Bug 6794 - Deprecate eventbus, async-eventbus and fixed-threadpool
[controller.git] / opendaylight / config / threadpool-config-impl / src / main / yang / threadpool-impl-fixed.yang
index b09ce5b28ca3fccfb66a2b8c591c50a8efea1c54..85e4c92409118baf2cbce9d6463df3f9105a6568 100644 (file)
@@ -29,12 +29,14 @@ module threadpool-impl-fixed {
 
 
     identity threadpool-fixed {
+        status deprecated;
         base config:module-type;
         config:provided-service th:threadpool;
         config:java-name-prefix FixedThreadPool;
     }
 
     augment "/config:modules/config:module/config:configuration" {
+        status deprecated;
         case threadpool-fixed {
             when "/config:modules/config:module/config:type = 'threadpool-fixed'";
             leaf max-thread-count {