neutron/neutron/conf/agent/l3
Rodolfo Alonso Hernandez 6a5a75d5a6 Add radvd_user config option
In some deployments, the "neutron" user does not have the permissions
to modify the kernel interfaces. In those cases the radvd user should
be defined. This patch introduces a new config option: "radvd_user".

This config option is the username passed to radvd, used to drop root
privileges and change user ID to username and group ID to the primary
group of username. If no user specified (by default is an empty string),
the user executing the L3 agent will be passed. If "root" specified,
because radvd is spawned as root, no "username" parameter will be
passed.

Change-Id: Ie9a6fbf04d453a3c1c0bddf9ecaa3d4d6467e8ff
Closes-Bug: #1844688
2019-10-14 13:01:30 +00:00
..
__init__.py Refactoring config options for l3 agent config 2016-07-21 18:29:18 +00:00
config.py Add radvd_user config option 2019-10-14 13:01:30 +00:00
ha.py Remove conntrackd comment 2019-02-15 10:19:40 -05:00
keepalived.py Refactoring config options of l3 agent keepalived 2016-08-11 21:48:36 +00:00