Merge "Allow to setup redirect for backend" into release/2019.2.0
diff --git a/haproxy/files/haproxy.cfg b/haproxy/files/haproxy.cfg
index 3f0ba85..4600c4a 100644
--- a/haproxy/files/haproxy.cfg
+++ b/haproxy/files/haproxy.cfg
@@ -170,7 +170,7 @@
   {%- for option in listen.get('options', []) %}
   option {{ option }}
   {%- endfor %}
-  balance {{ listen.get('balance', 'roundrobin') }}
+  balance {{ listen.get('balance', 'leastconn') }}
   {%- elif listen.get('type', None) == 'contrail-analytics' %}
   {%- for option in listen.get('options', []) %}
   option {{ option }}