Comment 11 for bug 1829332

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

Reviewed: https://review.opendev.org/664242
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1146526304fa4f01e69cd0e7f9615ee0d31d86e0
Submitter: Zuul
Branch: stable/rocky

commit 1146526304fa4f01e69cd0e7f9615ee0d31d86e0
Author: Yang JianFeng <email address hidden>
Date: Thu May 16 17:40:28 2019 +0800

    Optimize the code that fixes the race condition of DHCP agent.

    https://review.opendev.org/#/c/236983/
    https://review.opendev.org/#/c/606383/
    The above patchs that resolve the race condition of DHCP agent will
    result in neutron-server raise DhcpPortInUse ERROR log. And, the
    second patch may result in old dhcp agent create a redundant port.

    Conflicts:
     neutron/api/rpc/handlers/dhcp_rpc.py

    Closes-Bug: #1829332
    Change-Id: If7a7ac2f88ce5b0e799c1104c936735a6cc860aa
    (cherry picked from commit 494b65d951dbc03f4cebb3bc14970e54ff6adb5f)