BUG 4978 add neutron service to feature openstack
[vpnservice.git] / features / src / main / features / features.xml
index cfebda449e8e4bebd8209dd75cb5446e62e9f1d0..3b5ab6a2b2cec959a6be44d76924455c687496c2 100644 (file)
@@ -98,7 +98,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <bundle>mvn:org.opendaylight.neutron/dummyprovider/${neutron.version}</bundle>
     <feature version="${project.version}">odl-vpnservice-impl-ui</feature>
   </feature>
-  <feature name='odl-vpnservice-openstack' version='${project.version}' description='OpenDaylight :: vpnservice :: impl :: REST '>
-    <feature version="${project.version}">odl-vpnservice-impl</feature>
+  <feature name='odl-vpnservice-openstack' version='${project.version}' description='OpenDaylight :: vpnservice :: openstack'>
+    <feature version="${neutron.version}">odl-neutron-service</feature>
+    <bundle>mvn:org.opendaylight.neutron/dummyprovider/${neutron.version}</bundle>
+    <feature version="${project.version}">odl-vpnservice-impl-rest</feature>
   </feature>
   </features>