Comment 6 for bug 1995031

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/869666
Committed: https://opendev.org/openstack/neutron/commit/de0918cea3fa3c107d4cc08137c04573274716f8
Submitter: "Zuul (22348)"
Branch: master

commit de0918cea3fa3c107d4cc08137c04573274716f8
Author: elajkat <email address hidden>
Date: Tue Jan 10 10:51:17 2023 +0100

    Add debug logs to OVSInterfaceDriver.plug_new

    DVR lifecycle functional tests fail frequently with exceptions
    like this: "Network interface * not found in namespace *"
    The reproduction locally is hard if possible, so by adding
    extra log messages I hope we can have more clue where to find
    the possible root cause of this issue.

    Change-Id: I2c6acf3c29f3d1e7574240376f7bcb46c98579c6
    Related-Bug: #1995031