Stale flows in ACL tables 216/246
[netvirt.git] / coe / impl / src / main / resources / org / opendaylight / blueprint / coe-renderer.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2017 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
10            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
11            odl:use-default-for-reference-types="true">
12
13     <reference id="dataBroker"
14                interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" />
15     <reference id="jobCoordinator"
16                interface="org.opendaylight.infrautils.jobcoordinator.JobCoordinator" />
17     <reference id="dataTreeEventCallbackRegistrar"
18                interface="org.opendaylight.genius.datastoreutils.listeners.DataTreeEventCallbackRegistrar"/>
19     <reference id="cacheProvider"
20                interface="org.opendaylight.infrautils.caches.CacheProvider"/>
21     <reference id="iMdsalApiManager"
22                interface="org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager"/>
23
24     <odl:clustered-app-config id="coeConfig"
25                               binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.coe.config.rev180703.CoeConfig"
26                               default-config-file-name="netvirt-coe-config.xml"
27                               update-strategy="none">
28     </odl:clustered-app-config>
29
30 </blueprint>