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.

Conflicts:
	etc/neutron/rootwrap.d/lbaas-haproxy.filters

Change-Id: I59cd0a549a1f1d1564d139d42daf55d02898bf76
Closes-bug: 1325406
(cherry picked from commit c9a0eaacaa)
This commit is contained in:
Aaron Rosen 2014-06-01 11:37:05 -07:00
parent 22e77e7ef2
commit 066760ea76
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@ mm-ctl: CommandFilter, mm-ctl, root
# ip_lib
ip: IpFilter, ip, root
ip_exec: IpNetnsExecFilter, ip, root
route: CommandFilter, route, root