]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVS agent reacts to events instead of polling
authorrossella <rsblendido@suse.com>
Thu, 5 Mar 2015 09:24:10 +0000 (09:24 +0000)
committerrossella <rsblendido@suse.com>
Thu, 5 Nov 2015 17:40:24 +0000 (18:40 +0100)
commit1992d52d63dc32c63faa5a3f482d5b8ebe925a77
tree28a12ecd165547e69ed265f3460a9e69e1ca5e78
parent3ed7371332b8a21acde07e4d813de095cf3b7791
OVS agent reacts to events instead of polling

OVSDB monitor generates the events that the OVS agent
needs to process (device added or updated). Instead of
polling the agent processes the queue of events.

Change-Id: I168a3cc3aa96a809153a30635ad7bda29e8ee47c
Partially-Implements: blueprint restructure-l2-agent
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/functional/agent/l2/base.py
neutron/tests/functional/agent/test_l2_ovs_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_tunnel.py