summaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-09-27 19:22:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-27 19:22:22 +0000
commit99931b9cae6e0e02cf54060ac0f1199aad92537a (patch)
tree1c9931476d6b591d6b4d628e05b06eedbf351fd9 /restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
parent2c99dfb113ca8a960b08de00b90165f0c1565836 (diff)
parentc8e5aa9f493ec5f80e4444285816ceed27b1752b (diff)
Merge "Issue fixes for Restconf discovery node"
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>