Personal nit: -all is a terrible terrible meme. This patch removes it. 31/15331/2
authorEd Warnicke <eaw@cisco.com>
Sat, 14 Feb 2015 21:24:38 +0000 (14:24 -0700)
committerRyan Moats <rmoats@us.ibm.com>
Thu, 19 Feb 2015 18:10:03 +0000 (18:10 +0000)
As a matter of personal belief, I think that -all is pure evil.

*But*... you need -implementation and -northbound currently to
have a clean running instance of the neutron service.

Because I *also* believe you should be able to load a single feature
for a single thing, I have brought these two personal beliefs together
by renaming odl-neutron-all to odl-neutron-service.

Feel free to disagree with my taste ;)

Change-Id: Icd60a58af903c031577e408738097296548ef618
Signed-off-by: Ed Warnicke <eaw@cisco.com>
features/src/main/resources/features.xml

index 5523f1944899f2f52953665d0e7a8bdfe09c663c..246d9a4e4aae9a870ada62807c91813ac3d9f8c4 100644 (file)
@@ -4,7 +4,7 @@
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
    <repository>mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features</repository>
-   <feature name='odl-neutron-all' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: API">
+   <feature name='odl-neutron-service' version='${networkconfig.neutron.version}' description="OpenDaylight :: Neutron :: API">
     <feature version='${networkconfig.neutron.version}'>odl-neutron-api</feature>
     <feature version='${networkconfig.neutron.version}'>odl-neutron-northbound</feature>
     <feature version='${networkconfig.neutron.version}'>odl-neutron-implementation</feature>