X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fnetty-event-executor-config%2Fsrc%2Fmain%2Fyang%2Fnetty-event-executor.yang;h=ca15334ea29d7916092d792db8991d1a5b87be7e;hp=e9d1da3f2dd6de1f0c80701a68b21227fadd8c72;hb=7843fba86f5b123755eb53d19f7a001312897a72;hpb=d3230a844c5c0c6ca6ae774672fcb97a0c5a3951 diff --git a/opendaylight/config/netty-event-executor-config/src/main/yang/netty-event-executor.yang b/opendaylight/config/netty-event-executor-config/src/main/yang/netty-event-executor.yang index e9d1da3f2d..ca15334ea2 100644 --- a/opendaylight/config/netty-event-executor-config/src/main/yang/netty-event-executor.yang +++ b/opendaylight/config/netty-event-executor-config/src/main/yang/netty-event-executor.yang @@ -28,6 +28,7 @@ module netty-event-executor { } identity netty-global-event-executor { + status deprecated; base config:module-type; config:provided-service netty:netty-event-executor; config:java-name-prefix GlobalEventExecutor; @@ -36,7 +37,19 @@ module netty-event-executor { augment "/config:modules/config:module/config:configuration" { case netty-global-event-executor { when "/config:modules/config:module/config:type = 'netty-global-event-executor'"; + } + } + identity netty-immediate-event-executor { + status deprecated; + base config:module-type; + config:provided-service netty:netty-event-executor; + config:java-name-prefix ImmediateEventExecutor; + } + + augment "/config:modules/config:module/config:configuration" { + case netty-immediate-event-executor { + when "/config:modules/config:module/config:type = 'netty-immediate-event-executor'"; } } }