BUG-5636: making table features configurable for the He plugin.
[openflowplugin.git] / openflowplugin-controller-config / src / main / resources / initial / 42-openflowplugin.xml
index f6c9453c26fc2b636e329011379d542376de1f48..70831eb720f6ad1ce5e52f106045456b707a98ba 100644 (file)
@@ -117,11 +117,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
                 <name>binding-notification-broker</name>
             </notification-service>
-           <ownership-service>
-               <type xmlns:entity-ownership="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">entity-ownership:entity-ownership-service</type>
-               <name>entity-ownership-service</name>
-           </ownership-service>
-           
+            <ownership-service>
+                <type xmlns:entity-ownership="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">entity-ownership:entity-ownership-service</type>
+                <name>entity-ownership-service</name>
+            </ownership-service>
+
+          <!-- openflowplugin configuraion -->
+          <skip-table-features>false</skip-table-features>
 
         </module>
       </modules>