Comment 0 for bug 1515075

Revision history for this message
Jian Wen (wenjianhn) wrote : After restarting a ovs agent, it still drops useful flows if the neutron server is busy/down

How to reproduce:
1. Stop the neutron server to simulate it's busy/down
2. Restart a ovs agent.
    After the first rpc times out(default to 60 seconds), the agent will delete some of the existing flows.

Expected:
Keep the existing flows to make sure the instances are happy.