From b8f17886404c46faaf00303d80165f35da3626eb Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 13 Jan 2015 16:56:25 -0800 Subject: [PATCH] Add query for nova quota KeyError bug 1410310 12 hits in 7 days, check and gate, all failures. Change-Id: I8ffbf82225df1863def668b9f300b5b60b7659d5 Related-Bug: #1410310 --- queries/1410310.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1410310.yaml diff --git a/queries/1410310.yaml b/queries/1410310.yaml new file mode 100644 index 00000000..f2c36a35 --- /dev/null +++ b/queries/1410310.yaml @@ -0,0 +1,5 @@ +query: > + message:"allocate_for_instance" AND + message:"KeyError\: u'\'headroom\'" AND + tags:"screen-n-cpu.txt" AND + module:"nova.compute.manager"