Bug 6396: Integrate ne-location-provider with clustering singleton service
[groupbasedpolicy.git] / location-providers / ne-location-provider / src / main / resources / org / opendaylight / blueprint / ne-location-provider.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4            odl:use-default-for-reference-types="true">
5
6     <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"/>
7     <reference id="clusterSingletonService" interface="org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider"/>
8
9     <bean id="neLocationProvider" class="org.opendaylight.controller.config.yang.config.ne.location.provider.cfg.NeLocationProviderInstance"
10         init-method="initialize" destroy-method="close">
11         <argument ref="dataBroker"/>
12         <argument ref="clusterSingletonService"/>
13     </bean>
14 </blueprint>