aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ha
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2015-12-24 11:08:14 +0800
committercarey.xu <carey.xuhan@huawei.com>2015-12-24 11:08:14 +0800
commit8e4418400bd3a45b751dc5a8867a0a53a9290ef8 (patch)
tree447d13b94f68d7e1aabe3ce586e819cf033ea2c0 /deploy/adapters/ansible/roles/ha
parent6447ed5fe06bba5b973ba673780235d33c909302 (diff)
bugfix: compass4nfv support ceilometer
JIRA: COMPASS-53 Change-Id: Ibc4203074009bdbde5d29849538e0a0bebb832bb Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/ha')
-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() %}