Add query for bug 1273292

This bug is a split-out of bug 1254890.  This bug originally covered
waiting for instances to be ACTIVE, as well as waiting on volumes to be
available or in-use.  The new bug splits out the volume ones into a new
bug.

Related-bug: #1273292
Related-bug: #1254890
Change-Id: Ib1df822e07354be4c7f2623be2859d0e9149613f
This commit is contained in:
Russell Bryant 2014-01-27 10:57:59 -05:00
parent 236a050be9
commit 6a324873d1
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,3 @@
query: >
message:"Details: Timed out waiting for thing" AND
message:"to become" AND
(message:"ACTIVE" OR message:"in-use" OR message:"available")
message:"to become ACTIVE"

4
queries/1273292.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >
message:"Details: Timed out waiting for thing" AND
message:"to become" AND
(message:"in-use" OR message:"available")