All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy

There is a newer version: 0.16.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
  xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">

  <reference id="webServer" interface="org.opendaylight.aaa.web.WebServer" />

  <reference id="webContextSecurer" interface="org.opendaylight.aaa.web.WebContextSecurer" />

  <reference id="servletSupport" interface="org.opendaylight.aaa.web.servlet.ServletSupport" />

  <reference id="jSONRestconfService" interface="org.opendaylight.netconf.sal.restconf.api.JSONRestconfService" />

  <odl:clustered-app-config id="neutronNorthboundApiConfig"
                        binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.northbound.api.config.rev181024.NeutronNorthboundApiConfig"
                        default-config-file-name="neutron-northbound-api-config.xml"
                        update-strategy="none">
  </odl:clustered-app-config>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy