aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2015-12-25 00:49:32 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-25 00:49:32 +0000
commit01338238984e899dc7274e03618c9e9998c63d96 (patch)
tree4ecb2494b656d83bd9ff764be93554ee423368b2 /deploy/adapters/ansible/roles/ha/templates/haproxy.cfg
parentdc9d4399c9e68b8fc873387e4d4bc3499e21e304 (diff)
parent8e4418400bd3a45b751dc5a8867a0a53a9290ef8 (diff)
Merge "bugfix: compass4nfv support ceilometer"
Diffstat (limited to 'deploy/adapters/ansible/roles/ha/templates/haproxy.cfg')
-rw-r--r--deploy/adapters/ansible/roles/ha/templates/haproxy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg
index 7d783a30..edbd998d 100644
--- a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg
+++ b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg
@@ -160,7 +160,7 @@ listen proxy-ceilometer_api_cluster
bind {{ internal_vip.ip }}:8777
bind {{ public_vip.ip }}:8777
mode tcp
- option httpchk
+ option tcp-check
option tcplog
balance source
{% for host,ip in haproxy_hosts.items() %}