From 51d9fe2d56fdc829cc14228647dbffeebcb16003 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Sat, 5 Sep 2015 22:59:22 +0200 Subject: [PATCH] Add query for gate-puppet-{nova,swift}-puppet-unit-3.{3,4}-dsvm-centos7 failures A patch is in progress to fix it: https://review.openstack.org/220752 In the meantime, this is the query to ignore this bug. Related-Bug: #1492636 Change-Id: Ifa7205ac66981ccfa5a70696ccfe4f17b5854ab0 --- queries/1492636.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1492636.yaml diff --git a/queries/1492636.yaml b/queries/1492636.yaml new file mode 100644 index 00000000..c419b4bb --- /dev/null +++ b/queries/1492636.yaml @@ -0,0 +1,4 @@ +query: > + message:"Real HTTP connections are disabled. Unregistered request : GET" + AND tags:"console" + AND (project:"openstack/puppet-nova" OR project:"openstack/puppet-swift" OR project:"openstack/puppet-ceilometer")