aboutsummaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml')
-rw-r--r--restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml b/restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml
index d7fa61c5..34344fe0 100644
--- a/restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml
+++ b/restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml
@@ -42,7 +42,7 @@
</bean>
<bean id="restconfDiscoveryNode" class="org.onap.ccsdk.sli.plugins.restconfdiscovery.RestconfDiscoveryNode">
- <property name="uebServers" value="${servers}" />
+ <property name="restconfapiCallNode" ref="restconfapiCallNode" />
</bean>
</beans>