Remove old NetVirt
[netvirt.git] / openstack / sfc-translator / impl / src / main / resources / org / opendaylight / blueprint / openstack-sfc-translator.xml
diff --git a/openstack/sfc-translator/impl/src/main/resources/org/opendaylight/blueprint/openstack-sfc-translator.xml b/openstack/sfc-translator/impl/src/main/resources/org/opendaylight/blueprint/openstack-sfc-translator.xml
deleted file mode 100644 (file)
index eb87ae4..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2016 Brocade Communications Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-  xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
-  odl:use-default-for-reference-types="true">
-
-  <reference id="dataBroker"
-    interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" />
-  <odl:rpc-service id="rspService"
-                   interface="org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.sfc.rsp.rev140701.RenderedServicePathService"/>
-
-  <odl:clustered-app-config id="openstackSfcTranslatorConfig"
-    binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.netvirt.openstack.sfc.translator.config.rev160720.OpenstackSfcTranslatorConfig">
-  </odl:clustered-app-config>
-
-  <bean id="openstackSFCTranslatorProvider"
-    class="org.opendaylight.netvirt.openstack.sfc.translator.OpenStackSFCTranslatorProvider"
-    init-method="start" destroy-method="close">
-    <argument ref="dataBroker" />
-    <argument ref="rspService" />
-    <argument ref="openstackSfcTranslatorConfig" />
-    <argument ref="blueprintBundleContext" />
-  </bean>
-
-</blueprint>
\ No newline at end of file