From: Aaron Rosen Date: Sun, 1 Jun 2014 18:37:05 +0000 (-0700) Subject: LBaaS add missing rootwrap filter for route X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c9a0eaacaad3d6d00867a75b5c2302b3836ee46d;p=openstack-build%2Fneutron-build.git LBaaS add missing rootwrap filter for route If one runs the lbaas agent from packages and does not have the l3-agent installed on the same box as the lbaas agent it will fail to add the default gw route. This is because it's missing the rootwrap filter for route which is only present in l3.filters. Change-Id: I59cd0a549a1f1d1564d139d42daf55d02898bf76 Closes-bug: 1325406 --- diff --git a/etc/neutron/rootwrap.d/lbaas-haproxy.filters b/etc/neutron/rootwrap.d/lbaas-haproxy.filters index f807887e6..b4e1ecba2 100644 --- a/etc/neutron/rootwrap.d/lbaas-haproxy.filters +++ b/etc/neutron/rootwrap.d/lbaas-haproxy.filters @@ -20,6 +20,7 @@ mm-ctl: CommandFilter, mm-ctl, root # ip_lib ip: IpFilter, ip, root ip_exec: IpNetnsExecFilter, ip, root +route: CommandFilter, route, root # arping arping: CommandFilter, arping, root