Comment 7 for bug 1854723

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

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

commit afd6b2f5aed86da2cc4b2e4b41a69d1197600089
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Dec 2 11:48:28 2019 +0000

    Avoid raising NetworkInterfaceNotFound exception in DHCP agent logs

    In "ip_lib.ensure_device_is_ready", before retrieving the interface
    attributes, a check is done to know if the interface exists. In case
    it does not exist, the exception "NetworkInterfaceNotFound" will not
    be raised and written in the logs.

    Conflicts:
        neutron/privileged/agent/linux/ip_lib.py

    Change-Id: I4b9fd0885d850601717274a5058e042871211bbb
    Closes-Bug: #1854723
    (cherry picked from commit 8cc2765b5fdd229c9f6f19b83ad9e1ba030040ae)