vmware-nsx/neutron/plugins/openvswitch
Maru Newby 9d9fc01dd3 Add the option to minimize ovs l2 polling
This change adds the ability to monitor the local ovsdb for
interface changes so that the l2 agent can avoid unnecessary
polling.  Minimal changes are made to the agent so the risk
of breakage should be low.  Future efforts to make the agent
entirely event-based may be able to use OvsdbMonitor as a
starting point.

By default polling minimization is not done, and can only be
enabled by setting 'minimize_polling = True' in the ovs
section of the l2 agent's config file.

Closes-Bug: #1177973

Change-Id: I26c035b48a74df2148696869c5a9affae5ab3d27
2013-10-14 22:24:15 +00:00
..
agent Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
common Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_db_v2.py Fix message i18n error 2013-09-08 15:58:12 +08:00
ovs_models_v2.py Fix a race condition in add_tunnel_endpoint() 2013-08-29 00:37:58 -04:00
ovs_neutron_plugin.py change port status only if port is bound to the good host 2013-10-02 15:14:18 +02:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

The Open vSwitch (OVS) Neutron plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/