Add query for django-openstack-auth 1.1.8 bug 1413876

55 hits in 7 days, check and gate, all failures.

This is already fixed as of today with the
django-openstack-auth 1.1.9 release, so this query
is to get it off the uncategorized bugs list.

We query on the specific library version in the pip
freeze output because otherwise there are hundreds
of different unit test failures to query so this is
the cleanest way to find the failures.

Change-Id: Id8674516b5c77cea6cbc795a556a3b1bb6f3da7c
Related-Bug: #1413876
This commit is contained in:
Matt Riedemann 2015-01-26 16:59:05 -08:00
parent 08e54ef93c
commit cc82c7228b
1 changed files with 5 additions and 0 deletions

5
queries/1413876.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >
message:"django-openstack-auth\=\=1.1.8" AND
tags:"console" AND (
build_name:"gate-horizon-python27" OR
build_name:"gate-horizon-python27-django14")