commit | 6a508ce44a6f65164ba6fb867354116625258f7c | [log] [tgz] |
---|---|---|
author | Maciej Józefczyk <mjozefcz@redhat.com> | Fri Jul 26 13:10:50 2019 +0000 |
committer | Maciej Józefczyk <mjozefcz@redhat.com> | Thu Oct 24 13:29:59 2019 +0200 |
tree | 4743b42cf494269ef8c6e6c7688e3219d2edaa05 | |
parent | 473861881734d70321eae6211538048b38a5f42b [diff] |
Add an option to reuse connections While using requests.session TCP connections are reused. OVN Load Balancing algorithm uses hash with source port to route clients requests. In that terms if connection is reused the load is not spread across members. This patch adds an option to disable reusing connections. Change-Id: I61a202a2c1a6d15d714464d519de39f5f2acb2a6 Story: 2006264 Task: 35992