summaryrefslogtreecommitdiff
path: root/neutron/agent/linux/ra.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutron/agent/linux/ra.py')
-rw-r--r--neutron/agent/linux/ra.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/neutron/agent/linux/ra.py b/neutron/agent/linux/ra.py
index 7f800c2696..d9eca8d647 100644
--- a/neutron/agent/linux/ra.py
+++ b/neutron/agent/linux/ra.py
@@ -103,7 +103,8 @@ class DaemonMonitor(object):
default_cmd_callback=callback,
namespace=self._router_ns,
service=RADVD_SERVICE_NAME,
- conf=cfg.CONF)
+ conf=cfg.CONF,
+ run_as_root=True)
def _spawn_radvd(self, radvd_conf):
def callback(pid_file):