From 226de0b8f800ee3b23416d1053d87de6e149e8f5 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 31 Oct 2014 13:56:36 +0100 Subject: [PATCH] Fixed a comment on dirty logs list We've recently changed default behaviour to forbid any dirty logs for services outside the list instead of explicitly enabling log checks for specific services. The comment was not updated to reflect the change though. Change-Id: I5d5ba64d156a9b5318cfc2740b2a69d75de3c127 --- tools/check_logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_logs.py b/tools/check_logs.py index 7cf9d85734..c8d3a1afab 100755 --- a/tools/check_logs.py +++ b/tools/check_logs.py @@ -31,7 +31,7 @@ import yaml is_grenade = os.environ.get('DEVSTACK_GATE_GRENADE') is not None dump_all_errors = True -# As logs are made clean, add to this set +# As logs are made clean, remove from this set allowed_dirty = set([ 'c-api', 'ceilometer-acentral',