Comment 1 for bug 1913623

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/785217
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/a22239e27938e43f08c0322bb78224499d10a167
Submitter: "Zuul (22348)"
Branch: stable/train

commit a22239e27938e43f08c0322bb78224499d10a167
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)