neutron/neutron/agent
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
..
common Make run_ofctl check for socket error 2016-03-01 13:42:50 -08:00
dhcp Merge "Add missing periods" 2016-02-07 13:46:13 +00:00
l2 Added agent specific API support to L2 extensions 2016-02-26 17:40:10 +00:00
l3 Use floating IP to connect different address scopes 2016-03-05 08:37:16 +00:00
linux Check tap bridge timestamps to detect local changes 2016-03-10 03:04:11 -08:00
metadata Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
ovsdb idlutils: add in missing translations 2016-02-08 06:19:18 -08:00
windows Use _ from neutron._i18n 2015-12-06 19:39:04 +09:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py Remove deprecated use_namespaces option 2015-11-18 19:17:29 +01:00
firewall.py Open vSwitch conntrack based firewall driver 2016-02-16 16:47:21 +00:00
l3_agent.py Register RA and PD config options in l3-agent 2016-01-12 21:03:54 -05:00
metadata_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
rpc.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
securitygroups_rpc.py Security group: use correct logging format 2016-02-18 06:50:00 -08:00