Deprecate netty config modules
[controller.git] / opendaylight / config / netty-config-api / src / main / yang / netty.yang
index 281b76c1b84900b8fa0eb613da39547a16ebe0e8..9ab19dd959e79f4f20e384e031acba344fa3653a 100644 (file)
@@ -27,6 +27,7 @@ module netty {
     }
 
     identity netty-threadgroup {
+        status deprecated;
         description
             "Configuration wrapper around netty's threadgroup";
 
@@ -36,6 +37,7 @@ module netty {
     }
 
     identity netty-event-executor {
+        status deprecated;
         description
             "Configuration wrapper around netty's event executor";
 
@@ -45,6 +47,7 @@ module netty {
     }
 
     identity netty-timer {
+        status deprecated;
         description
             "Configuration wrapper around netty's timer";
 
@@ -54,6 +57,7 @@ module netty {
     }
 
     identity channel-factory {
+        status deprecated;
         description
             "Configuration wrapper around netty's channel factory";