neutron/neutron/plugins/ml2/drivers/linuxbridge
Kevin Benton 7afbd3a6b8 Check tap bridge timestamps to detect local changes
During a quick instance rebuild on Nova, it may remove a tap
interface and then plug it in within the agent polling window.
In this scenario the agent will not realize a device has changed
and will therefore not ask the server for info an subsequently
update its status. This will prevent the notification from being
sent back to Nova that the vif plugging has finished so the
VM will never resume state.

This adds a new timestamp collection method to the common agent
manager interface for devices that is used by the common agent
loop to determine if a device has locally changed.

The linux bridge implementation of it checks the timestamps on the
tap interface's 'bridge' directory, which will change whenever
the tap is added to bridge.

Closes-Bug: #1531862
Change-Id: If172470e907848556b6a8aff13520f94245919bb
2016-03-10 03:04:11 -08:00
..
agent Check tap bridge timestamps to detect local changes 2016-03-10 03:04:11 -08:00
mech_driver Add support for QoS for LinuxBridge agent 2016-03-01 10:45:02 +00:00
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00