Re-order feature dependency, so that neutron-service comes before nsf-service for... 43/16043/1
authorFlavio Fernandes <ffernand@redhat.com>
Wed, 4 Mar 2015 20:54:31 +0000 (15:54 -0500)
committerFlavio Fernandes <ffernand@redhat.com>
Wed, 4 Mar 2015 20:54:31 +0000 (15:54 -0500)
Change-Id: I3a12f3d718aca392abbd54c33525b4db61308832
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
features/ovsdb/src/main/resources/features.xml

index 11b46225058ecb00f1c972da7f743fdfb7442dda..b7dd7921456689a4a09c227450b0256a28417374 100644 (file)
@@ -59,8 +59,8 @@
         <feature version="${openflowplugin.version}">odl-openflowplugin-nxm-extensions</feature>
         <feature version="${openflowplugin.version}">odl-openflowplugin-southbound</feature>
         <feature version="${openflowplugin.version}">odl-openflowplugin-flow-services</feature>
-        <feature version="${nsf.version}">odl-nsf-service</feature>
         <feature version="${networkconfig.neutron.version}">odl-neutron-service</feature>
+        <feature version="${nsf.version}">odl-nsf-service</feature>
         <feature version="${ovsdb.plugin.compatibility.layer.version}">odl-ovsdb-compatibility-layer</feature>
         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt/${openstack.netvirt.version}</bundle>
         <bundle>mvn:org.opendaylight.ovsdb/openstack.net-virt-providers/${openstack.netvirt.providers.version}</bundle>