summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucian Petrut <lpetrut@cloudbasesolutions.com>2020-02-21 13:21:20 +0200
committerRonelle Landy <rlandy@redhat.com>2020-10-01 14:59:18 +0000
commitfa5967012d201a7bc3a407280fd7481f5dc81574 (patch)
tree888002992c379df5f9744ecd7df1c2498fc8563d
parentd351ba1137d3062d9953bd1a2e45664d1dc7189d (diff)
downloadneutron-fa5967012d201a7bc3a407280fd7481f5dc81574.tar.gz
Drop invalid rootwrap filters15.3.0
A recent change introduced a couple of rootwrap filters that are supposed to allow running ping within a network namespace. Those filters will actually replace the "ip" command with "ping", which leads to an invalid command. Since those two filters are now superfluous, we're going to drop them. Change-Id: I57869c68e858503ed8d6b86506c79c289f2820e1 Closes-Bug: #1864186 (cherry picked from commit caa34c279756164357bbcb9900aee36d0501d73f)
-rw-r--r--etc/neutron/rootwrap.d/debug.filters2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/neutron/rootwrap.d/debug.filters b/etc/neutron/rootwrap.d/debug.filters
index 828d563d68..fc78f447dd 100644
--- a/etc/neutron/rootwrap.d/debug.filters
+++ b/etc/neutron/rootwrap.d/debug.filters
@@ -14,8 +14,6 @@
# (used by NeutronDebugAgent.ping_all)
ping: CommandFilter, ping, root
ping6: CommandFilter, ping6, root
-ping_exec: IpNetnsExecFilter, ping, root
-ping6_exec: IpNetnsExecFilter, ping6, root
# "sleep" command, only for testing
sleep: RegExpFilter, sleep, root, sleep, \d+