Change haproxy mode to http for octavia

We should be using 'http' instead of the configured default of tcp as
the transaction mode for octavia.

Change-Id: Ia23e794009b0c69eb9b24d991fa4ab857a00545f
Closes-Bug: #1815603
(cherry picked from commit ec97667163)
This commit is contained in:
Brent Eagles 2019-02-12 09:24:24 -03:30
parent 6af427a96c
commit 25c13e7078
1 changed files with 1 additions and 0 deletions

View File

@ -1516,6 +1516,7 @@ class tripleo::haproxy (
server_names => hiera('octavia_api_node_names'),
public_ssl_port => $ports[octavia_api_ssl_port],
service_network => $octavia_network,
mode => 'http',
member_options => union($haproxy_member_options, $internal_tls_member_options),
}
}