octavia/octavia/amphorae/backends/agent
Gregory Thiemonge dd1580d332 Fix nf_conntrack_buckets sysctl in Amphora
Setting nf_conntrack_buckets in the amphora namespace fails because this
sysctl can only be set in the initial namespace (cf kernel doc at
https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt)

This commit allows to set nf_conntrack_buckets in the initial namespace,
the value is then inherited by other namespaces.

Conntrack is not enabled in the main namespace, the new default value
doesn't affect this namespace behavior.

Story: 2008028
Task: 40682

Change-Id: Ie6ccc4bf0017587df8e8e29d8ee3bf5c19e6d615
(cherry picked from commit 64a301d4ec)
2021-02-02 09:11:40 +01:00
..
api_server Fix nf_conntrack_buckets sysctl in Amphora 2021-02-02 09:11:40 +01:00
templates Align logging in the amphora 2019-06-13 12:42:18 -07:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
agent_jinja_cfg.py Amphora logging 2019-06-14 09:02:26 -07:00