From 59a050d2fae8524c8422c22f3b49a0d7f04e82e3 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 14 Jan 2016 17:07:33 -0800 Subject: [PATCH] Add query for neutronclient deprecation bug 1533638 257 hits in 7 days, check and gate, all failures. This is already fixed, just getting it off the uncategorized bugs page. Change-Id: I9827f31d65709d68f680f9551df312c64805d627 Related-Bug: #1533638 --- queries/1533638.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 queries/1533638.yaml diff --git a/queries/1533638.yaml b/queries/1533638.yaml new file mode 100644 index 00000000..567d3ffb --- /dev/null +++ b/queries/1533638.yaml @@ -0,0 +1,7 @@ +query: >- + (message:"b'AssertionError" OR + message:"AssertionError") AND + message:"DeprecationWarning" AND + message:"neutronclient.i18n" AND + tags:"console" AND + project:"openstack/neutron"