Adjust query for bug 1800472

The previous query was too restrictive and was missing failures
on other tests. After triaging the bug, it looks like the real
issue is in the API code and a warning is logged which is our
clue to the failure, so the query is updated here to use that
warning message.

Change-Id: I759e81e01721a3325dcce917732524dfcb5b2e0a
This commit is contained in:
Matt Riedemann 2018-10-30 09:24:13 -04:00
parent ea3da7ea17
commit 81e0a12455
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
query: >-
(message:"INFO [nova.filters] Filter ServerGroupAffinityFilter returned 0 hosts" OR
message:"INFO [nova.filters] Filter ServerGroupAntiAffinityFilter returned 0 hosts") AND
message:"WARNING [nova.compute.api] The nova-osapi_compute service version is from before Ocata" AND
tags:"console"