From 2f8b49c8d67c7a8a242f7148502e10f222aecd92 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 29 Jan 2014 13:15:12 -0800 Subject: [PATCH] Adjust query for bug 1253482 The previous query was only hitting on tempest failures but this also shows up in grenade jobs so adjust the query to account for the failure that shows up in logs/error.txt. Related-Bug: #1253482 Change-Id: Ie5d4790a027ec1317ed336e0a3cfe37a83f74e4c --- queries/1253482.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/1253482.yaml b/queries/1253482.yaml index 672df7bf..3814c600 100644 --- a/queries/1253482.yaml +++ b/queries/1253482.yaml @@ -1,3 +1,3 @@ query: > - message:"keystone-all serve Failed to start the admin server" - AND filename:"logs/screen-key.txt" + message:(+"[ERROR]" +"devstack/lib/keystone" +"keystone did not start") + AND filename:console.html