From: Gary Kotton Date: Tue, 2 Dec 2014 12:35:51 +0000 (-0800) Subject: Enforce log hints in opencontrail X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=946efcaa3931d167c49e2f48e7da7cc984bbcd85;p=openstack-build%2Fneutron-build.git Enforce log hints in opencontrail This change enforces log hints use and removes debug level log translation, modifications are validated through a hacking rule and the change respects loggging guidelines. Validate that hacking rules apply to directories:- neutron/plugins/opencontrail Change-Id: I44f215a672c08c7f0046bc026abe7c6a5d1697d1 Partial-bug: #1320867 --- diff --git a/neutron/hacking/checks.py b/neutron/hacking/checks.py index 68dcfa1f9..ef57c0c13 100644 --- a/neutron/hacking/checks.py +++ b/neutron/hacking/checks.py @@ -90,7 +90,7 @@ def _directory_to_check_translation(filename): #"neutron/plugins/nuage", #"neutron/plugins/ofagent", #"neutron/plugins/oneconvergence", - #"neutron/plugins/opencontrail", + "neutron/plugins/opencontrail", "neutron/plugins/openvswitch", #"neutron/plugins/plumgrid", "neutron/plugins/sriovnicagent",