neutron/neutron/agent/ovsdb
Terry Wilson a82b5f1e75 More efficiently clean up OVS ports
Previously, running neutron_ovs_cleanup on an installation with
5000 ports would time out even after setting the timeout to 3
hours. The code would do a bridge and port "by name" lookup for
every port due to being based off the ovs-vsctl implementation
where names are how everything is looked up. With this change,
the same test runs in ~1.5 mins.

This implementation adds a new OVSDB command that just looks up
the bridge, iterates over its ports, and deletes the ones that
should be deleted in a single transaction per bridge.

Change-Id: I23c81813654596d61d8d930e0bfb0f016f91bc46
(cherry picked from commit fef374131b)
2018-01-25 15:29:49 +00:00
..
native Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
__init__.py Reorganize OVSDB API 2015-01-22 09:32:29 -06:00
api.py Use the ovsdbapp library 2017-04-20 20:13:48 -05:00
impl_idl.py More efficiently clean up OVS ports 2018-01-25 15:29:49 +00:00
impl_vsctl.py Add stubs for new ovsdbapp API functions 2017-08-24 08:04:18 +00:00