Comment 11 for bug 1515075

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

Reviewed: https://review.openstack.org/244465
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=943b156c36f8b8d02c2a720189f0b4769df6a210
Submitter: Jenkins
Branch: stable/liberty

commit 943b156c36f8b8d02c2a720189f0b4769df6a210
Author: Jian Wen <email address hidden>
Date: Wed Nov 11 11:32:20 2015 +0800

    More graceful ovs-agent restart

    When the neutron server is down/busy the agent is not able to get any
    port info. After the agent restarts, it will not install any new flow.
    Cleaning the existing flows will break all networking until the agent
    succeeds to sync with the neturon server.

    This patch ensures the agent cleans the stale flows only after it
    succeeds to sync with the neturon server.

    Change-Id: I763fc06a73b6d2f010da65e74241182636dda44d
    Closes-bug: #1515075
    (cherry picked from commit 0c8121ee68085d67a7b865b5b25c4b3880defc89)