Merge "Switch git haproxy from balance source to leastconn"

This commit is contained in:
Jenkins 2015-06-26 07:25:31 +00:00 committed by Gerrit Code Review
commit e7c8e194f4

View File

@ -74,7 +74,7 @@ class openstack_project::git (
mode => 'tcp',
collect_exported => false,
options => {
'balance' => 'source',
'balance' => 'leastconn',
'option' => [
'tcplog',
],
@ -86,7 +86,7 @@ class openstack_project::git (
mode => 'tcp',
collect_exported => false,
options => {
'balance' => 'source',
'balance' => 'leastconn',
'option' => [
'tcplog',
],
@ -100,7 +100,7 @@ class openstack_project::git (
options => {
'maxconn' => '32',
'backlog' => '64',
'balance' => 'source',
'balance' => 'leastconn',
'option' => [
'tcplog',
],