Fix wiring issue in openstack.sfc-translator-impl 90/45990/1
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Sat, 17 Sep 2016 22:01:11 +0000 (18:01 -0400)
committerSam Hague <shague@redhat.com>
Wed, 21 Sep 2016 14:38:54 +0000 (14:38 +0000)
The bundle is pulling in the rpc-service RenderedServicePathService.
But in order to use it, we should use the odl-sfc-provider feature,
providing the implementation of this rpc-service, and also, registering
it in the OSGi service regisry.

Using the odl-sfc-model is exposing the class RenderedServicePathService
but don't register any implementation for this service in the OSGi
service registry.

Change-Id: I8b583bae9cdff7804b204d63ee88765a24679441
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
openstack/sfc-translator/features/src/main/features/features.xml

index 4233b6d583a24d4bd86e7026906c0e0dcbcecfdf..b6d0b9bacbb24a8bb5add930b836c6cac9bea58c 100644 (file)
@@ -22,7 +22,7 @@
            description='OpenStack SFC to OpenDaylight SFC API data translator'>
     <feature version='${controller.mdsal.version}'>odl-mdsal-broker</feature>
     <feature version="${neutron.version}">odl-neutron-service</feature>
-    <feature version='${sfc.version}'>odl-sfc-model</feature>
+    <feature version='${sfc.version}'>odl-sfc-provider</feature>
     <feature version='${project.version}'>odl-ovsdb-sfc-api</feature>
     <bundle>mvn:org.opendaylight.netvirt/utils.mdsal-utils/{{VERSION}}</bundle>
     <bundle>mvn:org.opendaylight.netvirt/openstack.sfc-translator-impl/{{VERSION}}</bundle>