Comment 10 for bug 1878632

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

Reviewed: https://review.opendev.org/740659
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b4130c0dc1787e30a70ab33486047fee720ab286
Submitter: Zuul
Branch: stable/ussuri

commit b4130c0dc1787e30a70ab33486047fee720ab286
Author: Bence Romsics <email address hidden>
Date: Tue May 19 13:21:52 2020 +0200

    Auto-delete dhcp ports on segment delete

    Subnet delete triggers dhcp port deletion but asynchronously,
    therefore in the condition described in the bug report we may
    get a conflict when deleting the segment too fast after the subnet.

    Here we follow the example of how we auto-delete ports in net delete.

    Please also find a fullstack test in Related-Change below.

    Change-Id: Iba02f5a2211b18c2deb9097daad6be5e7d21faf8
    Closes-Bug: #1878632
    Related-Change: https://review.opendev.org/728904
    (cherry picked from commit da45bbbff4e10e3d924ac3d85c9f382623708b11)