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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user