X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fthreadpool-config-impl%2Fsrc%2Fmain%2Fyang%2Fthreadpool-impl.yang;h=8ae7d889321e1865f4237fc323f69af92c868703;hp=cc4af4d5969fec0fab92146b0732df31fa47b430;hb=b25f55c6265708661db0a43fccc595f7fdd81767;hpb=0169225157006f5990085753ca9bffbd0ef4edc6 diff --git a/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl.yang b/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl.yang index cc4af4d596..8ae7d88932 100644 --- a/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl.yang +++ b/opendaylight/config/threadpool-config-impl/src/main/yang/threadpool-impl.yang @@ -37,9 +37,11 @@ module threadpool-impl { base config:module-type; config:provided-service th:eventbus; config:java-name-prefix EventBus; + status deprecated; } augment "/config:modules/config:module/config:configuration" { + status deprecated; case eventbus { when "/config:modules/config:module/config:type = 'eventbus'"; // No real configuration @@ -47,6 +49,7 @@ module threadpool-impl { } augment "/config:modules/config:module/config:state" { + status deprecated; case eventbus { when "/config:modules/config:module/config:type = 'eventbus'"; rpcx:rpc-context-instance "event-bus-rpc"; @@ -59,9 +62,11 @@ module threadpool-impl { base config:module-type; config:provided-service th:eventbus; config:java-name-prefix AsyncEventBus; + status deprecated; } augment "/config:modules/config:module/config:configuration" { + status deprecated; case async-eventbus { when "/config:modules/config:module/config:type = 'async-eventbus'"; container threadpool { @@ -76,6 +81,7 @@ module threadpool-impl { } augment "/config:modules/config:module/config:state" { + status deprecated; case async-eventbus { when "/config:modules/config:module/config:type = 'async-eventbus'"; rpcx:rpc-context-instance "event-bus-rpc";