From d2c020c6f4bdbd8cc0ce87290f31c75b0565a724 Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 12 Feb 2019 09:24:24 -0330 Subject: [PATCH] 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 ec9766716338f20ee94e43074b2369527ba56cf5) --- manifests/haproxy.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 355c06283..7fcc2e637 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1564,6 +1564,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), } }