From: Dan Radez Date: Mon, 6 Jun 2016 20:30:37 +0000 (-0400) Subject: fixing ha_enabled var for vm count X-Git-Tag: colorado.1.0~198 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F15223%2F1;p=apex.git fixing ha_enabled var for vm count Change-Id: Ib551aee287d3a82fc644643b9e658adb2461bcfa Signed-off-by: Dan Radez --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 4f123e10..30a6af29 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -510,7 +510,7 @@ function setup_virtual_baremetal { EOF # next create the virtual machines and add their definitions to the file - if [ ha_enabled == "False" ]; then + if [ "$ha_enabled" == "False" ]; then # 1 controller + computes # zero based so just pass compute count vm_index=$VM_COMPUTES