]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable polling minimization
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 19 Nov 2013 17:32:35 +0000 (09:32 -0800)
committerTerry Wilson <twilson@redhat.com>
Wed, 20 Nov 2013 21:31:49 +0000 (15:31 -0600)
commit70096ae4e74ec96ac18b236b547510422a3be70a
treee50f1a24c7f5723761b7263681b001226b0a9a2a
parent14950e492ad4423aa6f8719f7178b0477294ba5a
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
etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
neutron/plugins/openvswitch/common/config.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py