Merge "Change haproxy mode to http for octavia"

This commit is contained in:
Zuul 2019-02-19 19:53:54 +00:00 committed by Gerrit Code Review
commit 1128948fee
1 changed files with 1 additions and 0 deletions

View File

@ -1569,6 +1569,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),
}
}