diff options
author | Dan Radez <dradez@redhat.com> | 2016-06-06 16:30:37 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-06-06 16:30:37 -0400 |
commit | 5aa09cb2a69b677baf6e7614b734e155e8205a5b (patch) | |
tree | 4b60a3be87ff0107cd9bc55cf5e5e3647192c9e4 | |
parent | eb3ee9abc0a1f4ae4835aefabe66c5de5f81cc42 (diff) |
fixing ha_enabled var for vm count
Change-Id: Ib551aee287d3a82fc644643b9e658adb2461bcfa
Signed-off-by: Dan Radez <dradez@redhat.com>
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |