summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml')
-rwxr-xr-xplugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
index 20a3ab2b5..3e4e1fe06 100755
--- a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
+++ b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
@@ -43,6 +43,10 @@
<argument ref="restconfapiCallNodeProvider"/>
</bean>
+ <bean id="periodicDiscoveryNodeProvider" class="org.onap.ccsdk.sli.plugins.restconfdiscovery.PeriodicDiscoveryNode" >
+ <argument ref="restconfapiCallNodeProvider"/>
+ </bean>
+
<service ref="restconfapiCallNodeProvider">
<interfaces>
<value>org.onap.ccsdk.sli.plugins.restconfapicall.RestconfApiCallNode</value>
@@ -55,4 +59,10 @@
</interfaces>
</service>
+ <service ref="periodicDiscoveryNodeProvider">
+ <interfaces>
+ <value>org.onap.ccsdk.sli.plugins.restconfdiscovery.PeriodicDiscoveryNode</value>
+ </interfaces>
+ </service>
+
</blueprint> \ No newline at end of file