Add query for heat timeout bug 1306029

There are no errors in the heat logs that are directly related to this,
it's an intermittent timeout failure in the Tempest test waiting to tear
down (delete) the stack so I'm querying on the deletion/timeout error in
the console log.

Related-Bug: #1306029

Change-Id: If1157f3ca1d7fe705b5f0d84120021ec507d08f8
This commit is contained in:
Matt Riedemann 2014-04-10 08:51:28 -07:00
parent aa5aaa05f6
commit 507466b29f
1 changed files with 4 additions and 0 deletions

4
queries/1306029.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"Stack" AND
message:"failed to reach DELETE_COMPLETE status within the required time" AND
tags:console