Merge "BUG: 6569 Exceptions thrown while removing mac-entries"
[netvirt.git] / vpnservice / aclservice / impl / src / main / resources / org / opendaylight / blueprint / aclservice.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            xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
5            odl:use-default-for-reference-types="true">
6
7   <reference id="dataBroker"
8     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" />
9   <reference id="iMdsalApiManager"
10     interface="org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager" />
11   <reference id="entityOwnershipService"
12              interface="org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipService" />
13
14   <odl:clustered-app-config id="aclserviceConfig"
15                             binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.config.rev160806.AclserviceConfig"
16                             default-config-file-name="netvirt-aclservice-config.xml">
17   </odl:clustered-app-config>
18
19 </blueprint>