Version : Liberty OS : Ubuntu 14.04 LTS
# vim /usr/lib/python2.7/dist-packages/neutron_lbaas/services/loadbalancer/drivers/haproxy/templates/haproxy_base.j2 ............................ ............................ defaults log global retries 3 option redispatch timeout connect 5000 timeout client 50000 timeout server 50000 mode http stats hide-version stats enable stats uri /haproxy?stats stats realm Haproxy\ Statistics stats refresh 5s
{% block proxies %}{% endblock proxies %}
# service neutron-lbaasv2-agent restart # vim /var/lib/neutron/lbaas/v2/83571e2e-988a-4b3e-8e3a-f47dd460686d/haproxy.conf ............................ ............................ defaults log global retries 3 option redispatch timeout connect 5000 timeout client 50000 timeout server 50000 mode http stats hide-version stats enable stats uri /haproxy?stats stats realm Haproxy\ Statistics stats refresh 5s ............................ ............................
Æ÷Æ®º¯°æ ............................ ............................ listen stats :8080 mode http stats hide-version stats enable stats uri /haproxy?stats stats realm Haproxy\ Statistics stats refresh 5s ............................ ............................
|