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
This commit is contained in:
Ihar Hrachyshka 2014-10-31 13:56:36 +01:00
parent c7430c2ac5
commit 226de0b8f8

View File

@ -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',