Skip to content
Snippets Groups Projects
Commit 5cfd1010 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "We actually require 'mode http'"

parents 7160ef2d ee67917c
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ global
defaults
log global
mode http
option redispatch
option httplog
option forwardfor
......@@ -230,6 +231,7 @@ listen nova_serialconsole_proxy_external
{% if enable_neutron | bool %}
listen neutron_server
option http-tunnel
bind {{ kolla_internal_vip_address }}:{{ neutron_server_port }}
{% for host in groups['neutron-server'] %}
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ neutron_server_port }} check inter 2000 rise 2 fall 5
......@@ -237,6 +239,7 @@ listen neutron_server
{% if haproxy_enable_external_vip | bool %}
listen neutron_server_external
option http-tunnel
bind {{ kolla_external_vip_address }}:{{ neutron_server_port }} {{ tls_bind_info }}
{% for host in groups['neutron-server'] %}
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ neutron_server_port }} check inter 2000 rise 2 fall 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment