From 5aa09cb2a69b677baf6e7614b734e155e8205a5b Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Mon, 6 Jun 2016 16:30:37 -0400 Subject: fixing ha_enabled var for vm count Change-Id: Ib551aee287d3a82fc644643b9e658adb2461bcfa Signed-off-by: Dan Radez --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg