From 5fdf6369be8263081c22a8bd800722653cd9fc45 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 8 Jun 2017 15:04:25 -0400 Subject: [PATCH] Add query for KeyError in nova functional tests bug 1696834 14 hits in 7 days, check and gate, all failures. Change-Id: I646127262cad65f784ed9d5a02c9f853b9d7ca4f Related-Bug: #1696834 --- queries/1696834.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1696834.yaml diff --git a/queries/1696834.yaml b/queries/1696834.yaml new file mode 100644 index 00000000..81e58222 --- /dev/null +++ b/queries/1696834.yaml @@ -0,0 +1,5 @@ +query: > + message:"KeyError" AND + message:"allocations" AND + tags:"console" AND + project:"openstack/nova"