neutron/neutron/conf
Rodolfo Alonso Hernandez 9921c96218 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
(cherry picked from commit 6a5a75d5a6)
(cherry picked from commit 5b6b040d07)
2019-10-24 15:54:15 +00:00
..
agent Add radvd_user config option 2019-10-24 15:54:15 +00:00
db Refactoring db config options 2017-10-04 15:42:50 -04:00
extensions Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
plugins Make OVS controller inactivity_probe configurable 2019-05-25 13:30:57 +00:00
policies Add policy config for get_flavor_service_profile operation 2019-10-12 08:20:58 +00:00
services Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Merge "Add "rpc_response_max_timeout" config variable in OVS agent" 2019-03-01 12:09:18 +00:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00