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:
parent
c7430c2ac5
commit
226de0b8f8
@ -31,7 +31,7 @@ import yaml
|
|||||||
is_grenade = os.environ.get('DEVSTACK_GATE_GRENADE') is not None
|
is_grenade = os.environ.get('DEVSTACK_GATE_GRENADE') is not None
|
||||||
dump_all_errors = True
|
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([
|
allowed_dirty = set([
|
||||||
'c-api',
|
'c-api',
|
||||||
'ceilometer-acentral',
|
'ceilometer-acentral',
|
||||||
|
Loading…
Reference in New Issue
Block a user