vmware-nsx/neutron/plugins/openvswitch
Salvatore Orlando f54261fe27 Enable polling minimization
In some cases the OVS agent might end up wiring a port for a VM
several seconds after the VM has booted. As a result, there is a
risk that the VM won't receive an IP address from DHCP in time.

This patch changes the default value for agent.minimize_polling to
True. This change should reduce the time needed for configuring
an interface on br-int consistently.

Change-Id: I009f606fd34a132376f1d50f8ccda9d35d064bfa
Related-bug: 1224001
2013-11-20 15:31:49 -06:00
..
agent Add configurable ovsdb monitor respawn interval 2013-11-20 15:16:27 -06:00
common Enable polling minimization 2013-11-20 15:31:49 -06: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/