X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fnetty-config-api%2Fsrc%2Fmain%2Fyang%2Fnetty.yang;h=9ab19dd959e79f4f20e384e031acba344fa3653a;hb=refs%2Fchanges%2F82%2F38282%2F6;hp=32ecad9eb46a6de9896c38ebeb083537846ca398;hpb=d8559be3bef3cad55c9c08cbb7718df32744f44a;p=controller.git diff --git a/opendaylight/config/netty-config-api/src/main/yang/netty.yang b/opendaylight/config/netty-config-api/src/main/yang/netty.yang index 32ecad9eb4..9ab19dd959 100644 --- a/opendaylight/config/netty-config-api/src/main/yang/netty.yang +++ b/opendaylight/config/netty-config-api/src/main/yang/netty.yang @@ -27,26 +27,42 @@ module netty { } identity netty-threadgroup { + status deprecated; description "Configuration wrapper around netty's threadgroup"; base "config:service-type"; config:java-class "io.netty.channel.EventLoopGroup"; + config:disable-osgi-service-registration; } identity netty-event-executor { + status deprecated; description "Configuration wrapper around netty's event executor"; base "config:service-type"; config:java-class "io.netty.util.concurrent.EventExecutor"; + config:disable-osgi-service-registration; } identity netty-timer { + status deprecated; description "Configuration wrapper around netty's timer"; base "config:service-type"; config:java-class "io.netty.util.Timer"; + config:disable-osgi-service-registration; + } + + identity channel-factory { + status deprecated; + description + "Configuration wrapper around netty's channel factory"; + + base "config:service-type"; + config:java-class "io.netty.bootstrap.ChannelFactory"; + config:disable-osgi-service-registration; } }