X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fthreadpool-config-impl%2Fsrc%2Fmain%2Fyang%2Fthreadpool-impl.yang;fp=opendaylight%2Fconfig%2Fthreadpool-config-impl%2Fsrc%2Fmain%2Fyang%2Fthreadpool-impl.yang;h=8ae7d889321e1865f4237fc323f69af92c868703;hb=6abfdf26a32608b543bede44aa9c5afa080afb99;hp=cc4af4d5969fec0fab92146b0732df31fa47b430;hpb=53b6d3519de3efe352a4a589c971cc30a82453e1;p=controller.git 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";