neutron/neutron/tests/unit/agent
Rodolfo Alonso Hernandez 6ec7ba8695 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)
2019-10-25 08:14:45 +00:00
..
common [Trivial]Remove unused helper get_port_external_ids/mac 2019-08-14 09:17:53 +08:00
dhcp Update DHCP port information during setup 2019-09-11 07:06:40 +00:00
l2 Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
l3 Add radvd_user config option 2019-10-25 08:14:45 +00:00
linux Fix mismatch of tags in dnsmasq options 2019-10-23 14:19:07 +00:00
metadata Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
ovsdb Add native OVSDB implementation for bridge monitor 2018-12-03 16:09:06 +00:00
windows remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Initialize modifiable list of resources in CacheBackedPluginApi. 2019-07-26 11:51:39 +00:00
test_securitygroups_rpc.py Remove unused global_refresh_firewall 2019-09-07 23:27:43 +00:00