]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Update i18n translation for neutron.agents log msg's
authorGary Kotton <gkotton@vmware.com>
Sat, 17 May 2014 06:48:21 +0000 (23:48 -0700)
committerGary Kotton <gkotton@vmware.com>
Sat, 15 Nov 2014 08:08:20 +0000 (00:08 -0800)
commite16b3a8f371e2c794d9ad59fc2d57abb1ee148e7
tree56494257146e74cd5904a2cdca5708b076eac70e
parent693cd76e6ce7a711bb5937fa78e864367b7c99f8
Update i18n translation for neutron.agents log msg's

Don't translate debug level logs and enforce log hints
Our translation policy
(https://wiki.openstack.org/wiki/LoggingStandards#Log_Translation) calls
for not translating debug level logs. This is to help prioritize log
translation. Furthermore translation has a performance overhead, even if
the log isn't used (since neutron doesn't support lazy translation yet).

NOTE: this is done on a directory by directory basis to ensure that we
do not have too many conflicts and rebases.

Add a local hacking rule to enforce this.

This patch set enforces the directory neutron/agents

Partial-bug: #1320867

Change-Id: I4bd562e5138c2d2850072440aa121f27e902463a
21 files changed:
HACKING.rst
neutron/agent/dhcp_agent.py
neutron/agent/l3_agent.py
neutron/agent/linux/async_process.py
neutron/agent/linux/daemon.py
neutron/agent/linux/dhcp.py
neutron/agent/linux/interface.py
neutron/agent/linux/iptables_firewall.py
neutron/agent/linux/iptables_manager.py
neutron/agent/linux/ovs_lib.py
neutron/agent/linux/ovsdb_monitor.py
neutron/agent/linux/utils.py
neutron/agent/metadata/agent.py
neutron/agent/metadata/namespace_proxy.py
neutron/agent/netns_cleanup_util.py
neutron/agent/ovs_cleanup_util.py
neutron/agent/rpc.py
neutron/agent/securitygroups_rpc.py
neutron/hacking/checks.py
neutron/tests/unit/test_hacking.py
neutron/tests/unit/test_l3_agent.py