Comment 11 for bug 1970759

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/840483
Committed: https://opendev.org/openstack/neutron/commit/4c1d9b2102240404020bd46e9952361f1804c3fa
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 4c1d9b2102240404020bd46e9952361f1804c3fa
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)