neutron/neutron/agent/linux
Billy Olsen d93e0098eb Refactor logging in loop to only log debug messages once
Logging entries in a loop to a file can be expensive for a large
number of objects (e.g. ports) in a loop. Rather than perform the
overhead of logging a debug entry for each line within the hosts
file, move the debug trace of the contents to after the loop to
bulk up the I/O operations.

Change-Id: I3ad7864eeb2f959549ed356a1e34fa18804395cc
Closes-Bug: #1414218
2015-02-04 15:27:48 -07:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Add Process class helper to manage processes with namespace 2015-01-07 11:20:27 +01:00
daemon.py Do not run neutron-ns-metadata-proxy as root on L3 agent 2014-12-24 01:21:44 +01:00
dhcp.py Refactor logging in loop to only log debug messages once 2015-02-04 15:27:48 -07:00
external_process.py Implements the ProcessMonitor in the l3_agent 2015-01-29 20:43:12 +00:00
interface.py Add OVSDB abstract API 2015-01-26 12:38:24 -06:00
ip_lib.py Merge "Add address family to 'ip rule' calls" 2015-01-30 17:37:34 +00:00
ip_link_support.py Enable pylint checks for "anomalous" string escapes 2014-12-23 14:53:02 +11:00
ipset_manager.py IpsetManager refactoring 2014-12-06 18:21:43 +01:00
iptables_comments.py Clarify misleading iptables comment 2015-01-15 07:36:46 -08:00
iptables_firewall.py Refactor _convert_sgr_to_iptables_rules in iptables_firewall 2015-01-29 09:50:01 +00:00
iptables_manager.py Merge "Don't log a warning if an iptables chain doesn't exist" 2015-01-22 15:46:07 +00:00
keepalived.py Merge "If router is HA, get current_cidrs from keepalived object" 2015-01-23 20:10:16 +00:00
ovs_lib.py Add OVSDB abstract API 2015-01-26 12:38:24 -06:00
ovsdb_monitor.py Migrate to oslo.i18n 2014-11-26 22:19:24 +01:00
ovsdb_vsctl.py Add OVSDB abstract API 2015-01-26 12:38:24 -06:00
polling.py Raise NotImplementedError instead of NotImplemented 2014-08-13 10:54:07 +02:00
ra.py Merge "Configures RADVD to send managed flag in RA for DHCP_STATEFUL" 2015-02-04 00:23:51 +00:00
utils.py Implements the ProcessMonitor in the l3_agent 2015-01-29 20:43:12 +00:00