Add query for bug 1315095

This commit adds a query for bug 1315095. The real error is will be
in the failures file, because nova-network isn't running. But since
we don't archive or track that directory this query should capture
the failure because it looks for network api timeouts in the cpu log.
When we start capturing the failure file we should move to use that
for the query instead.

Related-Bug: #1315095

Change-Id: Ia67096546f1b21aedf847b44a1d438f6d4f713c2
This commit is contained in:
Matthew Treinish 2014-05-02 16:06:56 -04:00
parent e3b58d45fe
commit 6f32e7c71d
1 changed files with 4 additions and 0 deletions

4
queries/1315095.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"MessagingTimeout: Timed out waiting for a reply to message ID"
AND message:"network"
AND tags:"screen-n-cpu.txt"