Merge "Change glance haproxy balancing method"

This commit is contained in:
Zuul 2020-05-06 03:07:58 +00:00 committed by Gerrit Code Review
commit ece9d2f59f
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ haproxy_default_services:
haproxy_ssl: "{{ haproxy_ssl }}"
haproxy_port: 9292
haproxy_balance_type: http
haproxy_balance_alg: source
haproxy_backend_options:
- "httpchk GET / HTTP/1.0\\r\\nUser-agent:\\ osa-haproxy-healthcheck"
haproxy_service_enabled: "{{ groups['glance_api'] is defined and groups['glance_api'] | length > 0 }}"