Bug 1764 - added karaf settings for os-switch-config-pusher
[openflowplugin.git] / features / src / main / resources / features.xml
index 9453cc7af0f32fd1df1a9141a0c990dfbfe6138f..4856627735b7e87880819744c8afa3f39dd2fa50 100644 (file)
@@ -15,6 +15,7 @@
         <feature version="${project.version}">odl-openflowplugin-flow-services-rest</feature>
         <feature version="${project.version}">odl-openflowplugin-flow-services-ui</feature>
     </feature>
+
     <feature name='odl-openflowplugin-southbound' description="OpenDaylight :: Openflow Plugin :: SouthBound" version='${project.version}'>
         <feature version="${mdsal.version}">odl-mdsal-broker</feature>
         <feature version="${mdsal.version}">odl-flow-model</feature>
     </feature>
     <feature name='odl-openflowplugin-apps' description="OpenDaylight :: Openflow Plugin :: Applications" version='${project.version}'>
         <feature version="${project.version}">odl-openflowplugin-flow-services</feature>
+
         <bundle>mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}</bundle>
         <configfile finalname="etc/opendaylight/karaf/69-table-miss-enforcer.xml">mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config</configfile>
+
+<!--
+        <bundle>mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}</bundle>
+        <configfile finalname="etc/opendaylight/karaf/70-of-switch-config-pusher.xml">mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/${project.version}/xml/config</configfile>
+-->
     </feature>
 </features>