neutron/neutron/conf/agent
Rodolfo Alonso Hernandez 0b13f70f57 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.

Conflicts:
      neutron/tests/unit/agent/l3/test_agent.py

Change-Id: Ie9a6fbf04d453a3c1c0bddf9ecaa3d4d6467e8ff
Closes-Bug: #1844688
(cherry picked from commit 6a5a75d5a6)
(cherry picked from commit 5b6b040d07)
(cherry picked from commit 9921c96218)
2019-10-24 15:59:03 +00:00
..
database Refactoring db config options 2017-10-04 15:42:50 -04:00
l3 Add radvd_user config option 2019-10-24 15:59:03 +00:00
metadata Merge "Remove deprecated nova_metadata_ip" 2018-01-18 12:09:06 +00:00
__init__.py Refactoring config options for dhcp agent 2016-07-06 17:24:23 +00:00
agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
cmd.py Refactoring config options for cmd 2016-07-31 04:37:29 +00:00
common.py Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00
dhcp.py Allow to configure DHCP T1 and T2 timers in dnsmasq 2017-10-05 18:39:03 +00:00
l2_ext_fdb_population.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
linux.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00
ovs_conf.py [OVS] Add mac-table-size to be set on each ovs bridge 2018-06-08 16:26:35 +02:00
ovsdb_api.py Make OVSDB debug logging optional 2018-04-18 15:57:18 -05:00
securitygroups_rpc.py Add custom ethertype processing 2019-07-01 15:33:34 +00:00
windows.py Refactoring agent linux&ovsdb config 2017-08-25 10:41:39 -04:00
xenapi_conf.py XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00