BUG 4978 add neutron service to feature openstack
[vpnservice.git] / features / src / main / features / features.xml
index 17f531cb0e69ebc7af67801c5dab3d746b588e23..428f50c78baf2033f7691e458fed3c31edbb1521 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>