Enable netty config modules to restart when blueprint container restarts
[controller.git] / opendaylight / config / netty-config-api / src / main / yang / netty.yang
index e274b058dccce43045ac6647d9c8775e65ceb78f..281b76c1b84900b8fa0eb613da39547a16ebe0e8 100644 (file)
@@ -32,6 +32,7 @@ module netty {
 
         base "config:service-type";
         config:java-class "io.netty.channel.EventLoopGroup";
+        config:disable-osgi-service-registration;
     }
 
     identity netty-event-executor {
@@ -40,6 +41,7 @@ module netty {
 
         base "config:service-type";
         config:java-class "io.netty.util.concurrent.EventExecutor";
+        config:disable-osgi-service-registration;
     }
 
     identity netty-timer {
@@ -48,6 +50,7 @@ module netty {
 
         base "config:service-type";
         config:java-class "io.netty.util.Timer";
+        config:disable-osgi-service-registration;
     }
 
     identity channel-factory {
@@ -56,5 +59,6 @@ module netty {
 
         base "config:service-type";
         config:java-class "io.netty.bootstrap.ChannelFactory";
+        config:disable-osgi-service-registration;
     }
 }