From aeea3d6f04e2ff94e73135acdc8a6632cea6212a Mon Sep 17 00:00:00 2001 From: "chenshuai@huawei.com" Date: Fri, 16 Oct 2015 08:46:58 +0800 Subject: Remove httpchk in proxy-glance_api_cluster in haproxy.cfg JIRA: COMPASS-103 Change-Id: Ia01273b2d9eca1c361d91b05dc28d00df4689c88 Signed-off-by: chenshuai@huawei.com --- deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'deploy/adapters/ansible/roles/ha') diff --git a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg index 721c9731..c8065f05 100644 --- a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg +++ b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg @@ -39,7 +39,6 @@ listen proxy-glance_api_cluster bind {{ internal_vip.ip }}:9292 bind {{ public_vip.ip }}:9292 option tcpka - option httpchk option tcplog balance source {% for host,ip in haproxy_hosts.items() %} -- cgit 1.2.3-korg