tripleo-heat-templates/releasenotes/notes/l3_agent_radvd_user-1814df18745101d6.yaml
Rodolfo Alonso Hernandez c37c7bd0ca Add "radvd_user" config parameter to Neutron L3 container
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, 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: Ie9f16f3117e6531f4ef1e4973e61c72dbf904b8a
Closes-Bug: #1844688
(cherry picked from commit fb53535ca5)
2019-11-05 09:56:27 +00:00

7 lines
176 B
YAML

---
other:
- |
Add "radvd_user" configuration parameter to the Neutron L3 container.
This parameter defines the user pased to radvd. The default value is
"root".