X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fnetty-threadgroup-config%2Fsrc%2Fmain%2Fyang%2Fnetty-threadgroup.yang;h=44c33f6fea96c8492f99897843a46e88ac6deca2;hb=refs%2Fchanges%2F82%2F38282%2F6;hp=71cbff4bcd136167dbf64afff8f741000965de8b;hpb=b4b1dea1abad3da900b4541d52dca960e22ae0fd;p=controller.git diff --git a/opendaylight/config/netty-threadgroup-config/src/main/yang/netty-threadgroup.yang b/opendaylight/config/netty-threadgroup-config/src/main/yang/netty-threadgroup.yang index 71cbff4bcd..44c33f6fea 100644 --- a/opendaylight/config/netty-threadgroup-config/src/main/yang/netty-threadgroup.yang +++ b/opendaylight/config/netty-threadgroup-config/src/main/yang/netty-threadgroup.yang @@ -23,6 +23,7 @@ module threadgroup { } identity netty-threadgroup-fixed { + status deprecated; base config:module-type; config:provided-service netty:netty-threadgroup; config:java-name-prefix NettyThreadgroup; @@ -33,6 +34,7 @@ module threadgroup { when "/config:modules/config:module/config:type = 'netty-threadgroup-fixed'"; leaf thread-count { + status deprecated; type uint16; description "Number of threads to be used by NioEventLoopGroup. This attribute is optional and default value will be 2* Number of CPUs"; @@ -42,11 +44,4 @@ module threadgroup { } } - - augment "/config:modules/config:module/config:state" { - case netty-threadgroup-fixed { - when "/config:modules/config:module/config:type = 'netty-threadgroup-fixed'"; - } - } - }