From eaf1fe31008a254af593adcd680c640b5c31abe4 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sat, 14 Feb 2015 14:24:38 -0700 Subject: [PATCH] Personal nit: -all is a terrible terrible meme. This patch removes it. 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 --- features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 5523f1944..246d9a4e4 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -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"> mvn:org.opendaylight.aaa/features-aaa/${aaa.version}/xml/features - + odl-neutron-api odl-neutron-northbound odl-neutron-implementation -- 2.36.6