From 8652f2096bd8896296c4a1a48fa8ff9285cad675 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Mon, 20 Nov 2023 10:21:10 +0530 Subject: Fix cluster-size issue in About page Use HttpService instead of WhiteboardPattern Issue-ID: CCSDK-3963 Change-Id: I7826afbcd704b681af3b6c923c59fe666c8860d6 Signed-off-by: Ravi Pendurty --- .../main/resources/org/opendaylight/blueprint/impl-blueprint.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml') diff --git a/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 5a681d76f..8e74592d9 100644 --- a/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -30,7 +30,12 @@ interface="org.opendaylight.mdsal.binding.api.RpcProviderService"/> - + + + + + + -- cgit 1.2.3-korg