From 116bd193942d8d74151d4bc287a8ec1f4f84f0cc Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 25 Jun 2014 08:08:44 -0700 Subject: [PATCH] Add query for heat bug 1333556 This is already fixed so the query is for getting it out of the uncategorized bugs page. This was hit in the gate with heat change I2b44ba24e5a3445db6ffb9c56089ae282f3620b1. Related-Bug: #1333556 Change-Id: Ie72180ba57a9ec2fdca504b24dc1ef4c099de045 --- queries/1333556.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1333556.yaml diff --git a/queries/1333556.yaml b/queries/1333556.yaml new file mode 100644 index 00000000..42fa9497 --- /dev/null +++ b/queries/1333556.yaml @@ -0,0 +1,4 @@ +query: >- + message:"self.t.setdefault(self.RESOURCES, {})[name] = cfn_tmpl" AND + tags:"console" AND + project:"openstack/heat"