From 5d039544ff180dc59590cc71fe2704976f9c67c1 Mon Sep 17 00:00:00 2001 From: Moiz Raja Date: Wed, 29 Oct 2014 13:59:17 -0700 Subject: [PATCH] BUG 2274 : User odl-restconf-noauth feature by default Change-Id: I90f7ace8ed004832fd70986f5a2cfc73175b0c17 Signed-off-by: Moiz Raja --- .../templates/openflow/org.apache.karaf.features.cfg.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f0a191269f..b97081b360 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 @@ -40,7 +40,7 @@ featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.1/xml/features # # Comma separated list of features to install at startup # -featuresBoot=config,standard,region,package,kar,ssh,management,odl-openflowplugin-flow-services,odl-restconf,odl-mdsal-clustering +featuresBoot=config,standard,region,package,kar,ssh,management,odl-openflowplugin-flow-services,odl-restconf-noauth,odl-mdsal-clustering # # Defines if the boot features are started in asynchronous mode (in a dedicated thread) -- 2.36.6