From 946efcaa3931d167c49e2f48e7da7cc984bbcd85 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 2 Dec 2014 04:35:51 -0800 Subject: [PATCH] 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 --- neutron/hacking/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.45.2