Merge "Fix glance Upload large image haproxy timeout when using external"
This commit is contained in:
commit
05eecdc451
@ -121,6 +121,8 @@ listen glance_api
|
|||||||
|
|
||||||
listen glance_api_external
|
listen glance_api_external
|
||||||
bind {{ kolla_external_vip_address }}:{{ glance_api_port }} {{ tls_bind_info }}
|
bind {{ kolla_external_vip_address }}:{{ glance_api_port }} {{ tls_bind_info }}
|
||||||
|
timeout client {{ haproxy_glance_api_client_timeout }}
|
||||||
|
timeout server {{ haproxy_glance_api_server_timeout }}
|
||||||
{% for host in groups['glance-api'] %}
|
{% for host in groups['glance-api'] %}
|
||||||
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ glance_api_port }} check inter 2000 rise 2 fall 5
|
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ glance_api_port }} check inter 2000 rise 2 fall 5
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user