Fixed to filter out compat bundles or OF10 case
authorEd Warnicke <eaw@cisco.com>
Fri, 27 Jun 2014 12:28:09 +0000 (07:28 -0500)
committerEd Warnicke <eaw@cisco.com>
Fri, 27 Jun 2014 12:28:09 +0000 (07:28 -0500)
Change-Id: I72cd8e1820ee058314efb15522083304be01b8f1
Signed-off-by: Ed Warnicke <eaw@cisco.com>
distributions/base/src/assemble/resources/run.sh

index 4f8d81597201a2c87e1498d88be3eeccd8e72dfe..3e2a1dc3f358016a4a8bb6aa929c429ff05f0076 100755 (executable)
@@ -29,7 +29,7 @@ done
 find configuration/initial -type l -exec rm {} \;
 
 # OF Filter selection
-OF_FILTER="org.opendaylight.(openflowplugin|openflowjava)"
+OF_FILTER="org.opendaylight.(openflowplugin|openflowjava|controller.sal-compatibility)"
 if (( $OF13 != 0 )); then
     OF_FILTER="org.opendaylight.controller.(thirdparty.org.openflow|protocol_plugins.openflow)"
     while read ofConfig; do