Fixes issue #239
Change-Id: I20f685598b90a40ed0452af8b7c018a1bf7e0492
Signed-off-by: Steven Dake <sdake@redhat.com>
Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
if health_chk:
check = 'check inter %ss fall %s rise %s' % (
health_chk['Interval'],
- health_chk['UnHealthyTheshold'],
- health_chk['HealthyTheshold'])
+ health_chk['UnhealthyThreshold'],
+ health_chk['HealthyThreshold'])
timeout_check = 'timeout check %ds' % (health_chk['Timeout'])
else:
check = ''