vmware-nsx/neutron/agent/linux
Ryan Moe 797fa55fef Make pid file locking non-blocking
fcntl.flock will block indefinitely if another process holds an exclusive
lock. A non-blocking flock operation will raise an error when a lock already
exists so we can fail immediately.

Closes-bug: 1315507
Change-Id: Icf97b1f8643157719b3d28ac2c0c1576a5069697
2014-05-21 13:29:01 -07:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
async_process.py remove unused imports 2014-02-14 12:05:56 +08:00
daemon.py Make pid file locking non-blocking 2014-05-21 13:29:01 -07:00
dhcp.py Provide way to reserve dhcp port during failovers 2014-05-20 17:24:22 +00:00
external_process.py Refactor netns.execute so that it is not necessary to check namespace 2014-03-04 16:13:44 +00:00
interface.py Fix H302 violations 2014-05-04 12:40:08 +02:00
ip_lib.py ip-lib : use "ip neigh replace" instead of "ip neigh add" 2014-04-22 15:37:24 +02:00
iptables_firewall.py Allow DHCPv6 solicit from VM 2014-05-06 18:17:46 +08:00
iptables_manager.py Fix wrap target in iptables_manager 2014-02-23 22:30:31 +01:00
ovs_lib.py Implement local ARP responder onto OVS agent 2014-05-19 21:42:11 +02:00
ovsdb_monitor.py Remove workaround for bug #1219530 2014-04-14 16:06:47 +04:00
polling.py Add configurable ovsdb monitor respawn interval 2013-11-20 15:16:27 -06:00
utils.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00