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:
parent
236a050be9
commit
6a324873d1
@ -1,4 +1,3 @@
|
|||||||
query: >
|
query: >
|
||||||
message:"Details: Timed out waiting for thing" AND
|
message:"Details: Timed out waiting for thing" AND
|
||||||
message:"to become" AND
|
message:"to become ACTIVE"
|
||||||
(message:"ACTIVE" OR message:"in-use" OR message:"available")
|
|
||||||
|
4
queries/1273292.yaml
Normal file
4
queries/1273292.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
query: >
|
||||||
|
message:"Details: Timed out waiting for thing" AND
|
||||||
|
message:"to become" AND
|
||||||
|
(message:"in-use" OR message:"available")
|
Loading…
Reference in New Issue
Block a user