From 769dfcb57dd581880971539d0b77d77f28fe91d5 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 6 Jun 2014 12:37:48 -0700 Subject: [PATCH] Add query for nova test_enforce_http_true unit test bug 1288178 Commit a88d9d5936aabc52046ed3ae566741422bfaed78 merged on 6/5 and this started showing up in the check queue, 20 hits in the last 7 days, multiple changes, all failures. Related-Bug: #1288178 Change-Id: I486f30beb548bc501a7c804bf3b644c5f6139a9f --- queries/1288178.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1288178.yaml diff --git a/queries/1288178.yaml b/queries/1288178.yaml new file mode 100644 index 00000000..c3b099d5 --- /dev/null +++ b/queries/1288178.yaml @@ -0,0 +1,5 @@ +query: > + message:"PolicyNotAuthorized\: Policy doesn\'t allow example\:get_http to be performed" AND + tags:"console" AND ( + build_name:"gate-nova-python27" OR + build_name:"gate-nova-python26")