fixing ha_enabled var for vm count 23/15223/1
authorDan Radez <dradez@redhat.com>
Mon, 6 Jun 2016 20:30:37 +0000 (16:30 -0400)
committerDan Radez <dradez@redhat.com>
Mon, 6 Jun 2016 20:30:37 +0000 (16:30 -0400)
Change-Id: Ib551aee287d3a82fc644643b9e658adb2461bcfa
Signed-off-by: Dan Radez <dradez@redhat.com>
ci/deploy.sh

index 4f123e1..30a6af2 100755 (executable)
@@ -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