Merge "Add affinity configuration to start scrpt. Signed-off-by: Suchi Raman <suchi...
authorLuis Gomez <luis.gomez@ericsson.com>
Fri, 14 Feb 2014 03:30:52 +0000 (03:30 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 14 Feb 2014 03:30:52 +0000 (03:30 +0000)
distributions/virtualization/src/assemble/resources/run.sh

index a55ebd57aaf893ed58469579de6e7803ee5288b8..09e2315bae0419442bcd3885466065e4d75d472e 100755 (executable)
@@ -6,7 +6,7 @@ RUN_BASE_SH=${RUNSH_DIR}/run.base.sh
 
 function usage {
     echo -e "You must select one of the 3 supported network virtualization technologies:\n\tovsdb | opendove | vtn"
-    echo "Usage: $0 -virt {ovsdb | opendove | vtn} [advanced options]"
+    echo "Usage: $0 -virt {ovsdb | opendove | vtn | affinity} [advanced options]"
     echo "Advanced options: $($RUN_BASE_SH -help | sed "s;Usage: $RUN_BASE_SH ;;")"
     exit 1
 }
@@ -36,7 +36,7 @@ else
     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"
+        ODL_VIRT_FILTER="vtn|opendove|controller.samples"
     else
         usage
     fi