Merge "Switch Octavia API to use source balancing"

This commit is contained in:
Zuul 2020-07-28 17:35:55 +00:00 committed by Gerrit Code Review
commit 7a6261a1ea
1 changed files with 5 additions and 0 deletions

View File

@ -1465,6 +1465,11 @@ class tripleo::haproxy (
service_network => $octavia_network,
mode => 'http',
member_options => union($haproxy_member_options, $internal_tls_member_options),
listen_options => merge($default_listen_options, {
'hash-type' => 'consistent',
'option' => [ 'httpchk HEAD /' ],
'balance' => 'source',
}),
}
}