]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix rootwrap debug filter for ping all
authorThomas Morin <thomas.morin@orange.com>
Wed, 17 Jun 2015 10:13:35 +0000 (12:13 +0200)
committerThomas Morin <thomas.morin@orange.com>
Wed, 17 Jun 2015 10:15:41 +0000 (12:15 +0200)
commit7a7377681133785e12a296ff7077b039708da97d
treea7258af4eedebb53bb4d480ce93ef3458811b9ab
parent03a5626f1d23a6237a4ee8e95811bf21c1b20b5a
fix rootwrap debug filter for ping all

NeutronDebugAgent.ping_all calls ping with "-c 1 -w <number>' so
the filter should accept this order, and not only "-w .. -c ..".

Not changing the existing filter to not break other tools
that might use -w -c in that order.

Change-Id: I5b3d67dfcdc15c53ac3bf2fb39de29fd97e98a19
etc/neutron/rootwrap.d/debug.filters