Comment 26 for bug 1604115

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/newton)

Reviewed: https://review.openstack.org/474275
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1e3db7e08f57e9660244e68e1e8363e741e3bd67
Submitter: Jenkins
Branch: stable/newton

commit 1e3db7e08f57e9660244e68e1e8363e741e3bd67
Author: Ihar Hrachyshka <email address hidden>
Date: Fri Apr 7 13:10:06 2017 -0700

    Ignore gre devices in namespaces when cleaning up devices

    Agents and netns_cleanup tool attempt to clean up devices from
    namespaces before destroying namespaces, but they should skip doing it
    for gre devices that are automatic and show up depending on kernel
    modules loaded.

    Conflicts:
     neutron/agent/l3/dvr_snat_ns.py

    Change-Id: Ie95890ed92ac73ec8e2d118a9727b9e1624a5178
    Related-Bug: #1604115
    (cherry picked from commit 91c15edf54c07da77ecf4fc335b0ba3951ff1f90)