Fix spelling errors in loadbalancer which resulted in template not launching

Fixes issue #239

Change-Id: I20f685598b90a40ed0452af8b7c018a1bf7e0492
Signed-off-by: Steven Dake <sdake@redhat.com>
Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
This commit is contained in:
Steven Dake
2012-09-17 12:09:59 -07:00
parent 37def2b2df
commit 77864991de

View File

@@ -255,8 +255,8 @@ class LoadBalancer(stack.Stack):
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 = ''