From 7cd0c96090a313b4c66f8772feccb4af48952891 Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Thu, 5 Jun 2014 09:49:19 -0700 Subject: [PATCH] Add query for bug 1326312 This bug was introduced to nova by https://review.openstack.org/#/c/94043 and is being reverted, but in the mean time, all of ironic's jobs are failing with this pattern. Related-bug: #1326312 Change-Id: I05e43d37fb6b57c45789ec5fcc61c2a2ae5d4f85 --- queries/1326312.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1326312.yaml diff --git a/queries/1326312.yaml b/queries/1326312.yaml new file mode 100644 index 00000000..f72ad972 --- /dev/null +++ b/queries/1326312.yaml @@ -0,0 +1,4 @@ +query: > + tags:"screen-n-sch.txt" AND + message:"return host_manager.HostState" AND + message:"TypeError: __init__() takes at most 4 arguments"