From bba80acc8b78ab3a34d61b3d0b496551e5a9258e Mon Sep 17 00:00:00 2001
From: Ian Kumlien <ian.kumlien@gmail.com>
Date: Wed, 29 Nov 2017 14:42:10 +0100
Subject: [PATCH] RFC: disable haproxy http mode

In some cases the http mode in haproxy causes issues with api calls
(We exeperienced this in production between horizon and neutron)

See:
https://ask.openstack.org/en/question/57958/keystone-through-haproxy/

Change-Id: Id2079c5a491ef8691e7ad8846a5fec99e49ec4ba
---
 ansible/roles/haproxy/templates/haproxy.cfg.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/haproxy/templates/haproxy.cfg.j2 b/ansible/roles/haproxy/templates/haproxy.cfg.j2
index 726fa7f742..56e8a13e8a 100644
--- a/ansible/roles/haproxy/templates/haproxy.cfg.j2
+++ b/ansible/roles/haproxy/templates/haproxy.cfg.j2
@@ -15,7 +15,6 @@ global
 
 defaults
   log global
-  mode http
   option redispatch
   option httplog
   option forwardfor