Removing affinity from the ovsdb distribution to be in sync with integration virt... 23/9123/1
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 17 Jul 2014 18:53:50 +0000 (11:53 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 17 Jul 2014 18:53:50 +0000 (11:53 -0700)
Change-Id: I19e3594341b9ba76d15a2b8d5b1d113696ed7453
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
distribution/opendaylight/src/assemble/resources/run.sh

index 1b08fdf0b1462143f54dad3286fc010fd5be9931..c671fbc8f715bbe2fa4296cc0e43e980841718cb 100755 (executable)
@@ -30,7 +30,7 @@ if [ "${virt}" == "" ]; then
     usage
 else
     if [ "${virt}" == "ovsdb" ]; then
-        ODL_VIRT_FILTER="opendove|vtn"
+        ODL_VIRT_FILTER="opendove|vtn|affinity"
     elif [ "${virt}" == "opendove" ]; then
         ODL_VIRT_FILTER="ovsdb|vtn"
     elif [ "${virt}" == "vtn" ]; then