From cfc91a707886082f6250e34032c94f386a52e218 Mon Sep 17 00:00:00 2001 From: Vamsi Devaki Date: Fri, 23 Jan 2015 15:57:40 -0800 Subject: [PATCH] Fix - Bug 2638 - Integration templates have incorrect directory name Change-Id: I0caab116451f9c91a11b95d9f7b191976b91a189 Signed-off-by: Vamsi Devaki --- .../multi-node-test/org.apache.karaf.features.cfg.template | 2 +- .../templates/openflow/org.apache.karaf.features.cfg.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tools/cluster-deployer/templates/multi-node-test/org.apache.karaf.features.cfg.template b/test/tools/cluster-deployer/templates/multi-node-test/org.apache.karaf.features.cfg.template index aaac53c202..8f1e2f2b66 100644 --- a/test/tools/cluster-deployer/templates/multi-node-test/org.apache.karaf.features.cfg.template +++ b/test/tools/cluster-deployer/templates/multi-node-test/org.apache.karaf.features.cfg.template @@ -35,7 +35,7 @@ # # Comma separated list of features repositories to register by default # -featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.1/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.1/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.1.0/xml/features,mvn:org.apache.karaf.features/spring/3.0.1/xml/features,mvn:org.opendaylight.integration/features-integration/{{ODL_DISTRIBUTION}}/xml/features +featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.1/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.1/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.1.0/xml/features,mvn:org.apache.karaf.features/spring/3.0.1/xml/features,mvn:org.opendaylight.integration/features-integration-index/{{ODL_DISTRIBUTION}}/xml/features # # Comma separated list of features to install at startup diff --git a/test/tools/cluster-deployer/templates/openflow/org.apache.karaf.features.cfg.template b/test/tools/cluster-deployer/templates/openflow/org.apache.karaf.features.cfg.template index b97081b360..7c5ab3a3d5 100644 --- a/test/tools/cluster-deployer/templates/openflow/org.apache.karaf.features.cfg.template +++ b/test/tools/cluster-deployer/templates/openflow/org.apache.karaf.features.cfg.template @@ -35,7 +35,7 @@ # # Comma separated list of features repositories to register by default # -featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.1/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.1/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.1.0/xml/features,mvn:org.apache.karaf.features/spring/3.0.1/xml/features,mvn:org.opendaylight.integration/features-integration/{{ODL_DISTRIBUTION}}/xml/features +featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.1/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.1/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.1.0/xml/features,mvn:org.apache.karaf.features/spring/3.0.1/xml/features,mvn:org.opendaylight.integration/features-integration-index/{{ODL_DISTRIBUTION}}/xml/features # # Comma separated list of features to install at startup -- 2.36.6