Fixes bug where ha_enabled was detected as false when set true 95/8395/1
authorTim Rozet <trozet@redhat.com>
Fri, 29 Jan 2016 06:29:39 +0000 (01:29 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 29 Jan 2016 06:29:39 +0000 (01:29 -0500)
commit176cb1c73622c103831eae36f59d0497e4e0081c
treead36a738ea59b3df0c6e06391b735f40b4b47a3e
parentbeafa30495ff06b565a68d6a2771c9116edf7e9f
Fixes bug where ha_enabled was detected as false when set true

Daily failed because, we removed the default value of "TRUE" for
ha_enabled, and deploy settings sets it as "true", which we were not
looking for as a boolean in deploy.  This patch fixes that.

Change-Id: I03ac599aa2a35ae494e13f9293aef273ab3051e9
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/deploy.sh