]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add get_events to OVSDB monitor
authorrossella <rsblendido@suse.com>
Thu, 5 Mar 2015 09:24:10 +0000 (09:24 +0000)
committerrossella <rsblendido@suse.com>
Mon, 8 Jun 2015 13:39:20 +0000 (13:39 +0000)
commit725543684cbe0df0edc4b6924f85e63e1628fa92
treede1957d5dd12a8f1afc1a5189d5edf2913827b62
parentb06b4cafc5113f24c34946fdcef1b387b684ef11
Add get_events to OVSDB monitor

OVSDB monitor can generate the events that the OVS agent
needs to process (device added or updated). Instead of
notifying only that a change occurred and that polling
is needed, pass the events to the agent

Change-Id: I3d17bf995ad4508c4c6d089de550148da1465fa1
Partially-Implements: blueprint restructure-l2-agent
neutron/agent/linux/ovsdb_monitor.py
neutron/agent/linux/polling.py
neutron/tests/common/net_helpers.py
neutron/tests/functional/agent/linux/test_ovsdb_monitor.py
neutron/tests/unit/agent/linux/test_ovsdb_monitor.py