summaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
diff options
context:
space:
mode:
authorjanani b <janani.b@huawei.com>2018-09-27 15:26:39 +0530
committerjanani b <janani.b@huawei.com>2018-09-27 15:26:39 +0530
commitc8e5aa9f493ec5f80e4444285816ceed27b1752b (patch)
treec904c128afb6ab5edd0356511a12c10b25447117 /restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
parent85737499b931441be3013831d7ce76a5c4734032 (diff)
Issue fixes for Restconf discovery node
i) Adding constructor param ii) execute dg param order fix iii) Constants value fix. Issue-ID: CCSDK-325 Change-Id: I5aaf4b66b3982e4a1d3736362be3a5e8d7ab6d00 Signed-off-by: janani b <janani.b@huawei.com>
Diffstat (limited to 'restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml')
-rwxr-xr-xrestconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml b/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
index c8f2dc4c..45c335b1 100755
--- a/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
+++ b/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
@@ -32,7 +32,9 @@
<argument ref="restapiCallNodeProvider"/>
</bean>
- <bean id="restconfDiscoveryNodeProvider" class="org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode" />
+ <bean id="restconfDiscoveryNodeProvider" class="org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode" >
+ <argument ref="restconfapiCallNodeProvider"/>
+ </bean>
<service ref="restconfapiCallNodeProvider">
<interfaces>