Comment 5 for bug 1913623

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/785216
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/5dbffe9002cca67c3ba74fe3a09e368686938830
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 5dbffe9002cca67c3ba74fe3a09e368686938830
Author: Brent Eagles <email address hidden>
Date: Thu Jan 28 13:28:11 2021 -0330

    Add service ordering to cleanup service to avoid conflicts with agent startup

    If the port cleanup takes too long, the neutron agents might begin
    operations on the ovs bridges while cleanup is still ongoing. This can
    cause undefined behavior and errors in the agent.

    Change-Id: Ia0e31c9469033c50a8b65af7fee1adf03b22d4c2
    Closes-Bug: #1913623
    (cherry picked from commit 0c20e1e1ac320e30aaedba980270dffbf4528fc3)