Add query for heat bug 1344150

18 hits in 7 days, right now it's on one
change (mine) on stable/juno in the check
queue, but the bug reported in July with
no progress so it's latent, so we might
as well fingerprint it while it's still
open.

The error shows up in the heat-api logs
but only at DEBUG level, which isn't
indexed, so I have to filter on the console
log.

Change-Id: If5276cec51fa8ca6ad122fa78693817e070b8573
Related-Bug: #1344150
This commit is contained in:
Matt Riedemann 2015-01-06 09:01:19 -08:00
parent 80430e9504
commit e03ec8b631

5
queries/1344150.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >
message:"Stack heat" AND
message:"already has an action \(SUSPEND\) in progress" AND
message:"Conflict" AND
tags:"console"