Comment 12 for bug 1970759

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/840484
Committed: https://opendev.org/openstack/neutron/commit/882b381ccca18cea37d574ba561928d9536722da
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 882b381ccca18cea37d574ba561928d9536722da
Author: Slawek Kaplonski <email address hidden>
Date: Thu Apr 28 16:51:25 2022 +0200

    Handle properly ObjectNotFound while deleting network from DHCP agent

    In case when 2 neutron servers are trying to remove network from the
    same DHCP agent it may happend that one of them will not be able
    to find binding object anymore thus deletion of that binding object
    will raise ObjectNotFound exception.
    This patch adds proper handling of such case to not raise ugly
    stacktrace in neutron logs.

    Closes-Bug: #1970759
    Change-Id: I67d516c4583aa0c20416114b92a6d69ece5b970c
    (cherry picked from commit 8df2f69b6f93fd964cc96efb42d085063b90a8e6)