Fix placement of config file 26/15926/1
authorEd Warnicke <eaw@cisco.com>
Mon, 2 Mar 2015 15:39:42 +0000 (07:39 -0800)
committerEd Warnicke <eaw@cisco.com>
Mon, 2 Mar 2015 15:39:42 +0000 (07:39 -0800)
Change-Id: I2c7c74898e6d3f3313728c64860bfc2ccf666507
Signed-off-by: Ed Warnicke <eaw@cisco.com>
southbound/southbound-features/src/main/features/features.xml

index ccb9ee512ff1aeb69e4c2b116f5ab54619e8e05f..8821f47e8b06dc7916e84aa218bc18e8273887ce 100644 (file)
@@ -33,7 +33,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
     <bundle>mvn:io.netty/netty-handler/${netty.version}</bundle>
     <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
-    <configfile finalname="southbound-impl-default-config.xml">mvn:org.opendaylight.ovsdb/southbound-impl/${project.version}/xml/config</configfile>
+    <configfile finalname="etc/opendaylight/karaf/southbound-impl-default-config.xml">mvn:org.opendaylight.ovsdb/southbound-impl/${project.version}/xml/config</configfile>
   </feature>
   <feature name='odl-ovsdb-southbound-impl-rest' version='${project.version}' description='OpenDaylight :: southbound :: impl :: REST '>
     <feature version="${project.version}">odl-ovsdb-southbound-impl</feature>