From c9a0eaacaad3d6d00867a75b5c2302b3836ee46d 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. Change-Id: I59cd0a549a1f1d1564d139d42daf55d02898bf76 Closes-bug: 1325406 --- 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 f807887e64e..b4e1ecba202 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