Bump upstream versions
[neutron.git] / northbound-api / src / main / resources / OSGI-INF / blueprint / blueprint.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
5   <reference id="webServer" interface="org.opendaylight.aaa.web.WebServer" />
6
7   <reference id="webContextSecurer" interface="org.opendaylight.aaa.web.WebContextSecurer" />
8
9   <reference id="servletSupport" interface="org.opendaylight.aaa.web.servlet.ServletSupport" />
10
11   <reference id="jSONRestconfService" interface="org.opendaylight.netconf.sal.restconf.api.JSONRestconfService" />
12
13   <odl:clustered-app-config id="neutronNorthboundApiConfig"
14                         binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.northbound.api.config.rev181024.NeutronNorthboundApiConfig"
15                         default-config-file-name="neutron-northbound-api-config.xml"
16                         update-strategy="none">
17   </odl:clustered-app-config>
18 </blueprint>