Comment 5 for bug 1864186

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/755551
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fa5967012d201a7bc3a407280fd7481f5dc81574
Submitter: Zuul
Branch: stable/train

commit fa5967012d201a7bc3a407280fd7481f5dc81574
Author: Lucian Petrut <email address hidden>
Date: Fri Feb 21 13:21:20 2020 +0200

    Drop invalid rootwrap filters

    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)