add placement-api to list of understood logs

Change-Id: Ie140c62eddebf563b47dee4d0bac4798452f4000
This commit is contained in:
Sean Dague 2016-09-06 08:43:12 -04:00
parent 85e117da7d
commit af0d9f04e8
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ SUPPORTS_SEV = re.compile(
r'/' # this uses an re.search so anchor the string
r'((screen-)?(n-|c-|q-|g-|h-|ir-|ironic-|m-|'
r'ceil|key|sah|des|tr)' # openstack logs
r'|(keystone|tempest)\.txt|syslog)') # other things we understand
# other things we understand
r'|(keystone|placement-api|tempest)\.txt|syslog)')
SYSLOGDATE = '\w+\s+\d+\s+\d{2}:\d{2}:\d{2}'
DATEFMT = '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}((\.|\,)\d{3,6})?'