aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorchenshuai@huawei.com <chenshuai@huawei.com>2015-10-16 08:46:58 +0800
committerchenshuai@huawei.com <chenshuai@huawei.com>2015-10-16 08:46:58 +0800
commitaeea3d6f04e2ff94e73135acdc8a6632cea6212a (patch)
tree226830f4233ae5ef2fda15a3e38eef961342d778 /deploy
parent7a591773b61e1a512bf6d0984630c7a8ec5865af (diff)
Remove httpchk in proxy-glance_api_cluster in haproxy.cfg
JIRA: COMPASS-103 Change-Id: Ia01273b2d9eca1c361d91b05dc28d00df4689c88 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
Diffstat (limited to 'deploy')
-rw-r--r--deploy/adapters/ansible/roles/ha/templates/haproxy.cfg1
1 files changed, 0 insertions, 1 deletions
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() %}