From 066760ea7620a00a9fca6e200998aabb0a0074e1 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Sun, 1 Jun 2014 11:37:05 -0700 Subject: [PATCH] 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 c9a0eaacaad3d6d00867a75b5c2302b3836ee46d) --- etc/neutron/rootwrap.d/lbaas-haproxy.filters | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/neutron/rootwrap.d/lbaas-haproxy.filters b/etc/neutron/rootwrap.d/lbaas-haproxy.filters index 1cbfe337824..a4134a4198d 100644 --- a/etc/neutron/rootwrap.d/lbaas-haproxy.filters +++ b/etc/neutron/rootwrap.d/lbaas-haproxy.filters @@ -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