Add affinity to virtualization edition. (missed in earlier commits.)
authorSuchi Raman <suchi.raman@plexxi.com>
Mon, 27 Jan 2014 13:17:32 +0000 (08:17 -0500)
committerSuchi Raman <suchi.raman@plexxi.com>
Mon, 27 Jan 2014 13:17:32 +0000 (08:17 -0500)
Signed-off-by: Suchi Raman <suchi.raman@plexxi.com>
distributions/virtualization/src/assemble/resources/run.sh

index c6e1652a84d7395b10d9f767e826d4f2203b3e75..a55ebd57aaf893ed58469579de6e7803ee5288b8 100755 (executable)
@@ -35,6 +35,8 @@ else
         ODL_VIRT_FILTER="ovsdb|vtn"
     elif [ "${virt}" == "vtn" ]; then
         ODL_VIRT_FILTER="affinity|opendove|ovsdb|controller.(arphandler|samples)"
+    elif [ "${virt}" == "affinity" ]; then
+        ODL_VIRT_FILTER="vtn|opendove|ovsdb|controller.samples"
     else
         usage
     fi