From fc0d5b41aa3c013390cb814887d8995d832d24e1 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 7 Jan 2016 14:17:43 -0800 Subject: [PATCH] Add query for neutron ipv6 floating ip bug 1531706 26 hits in 7 days, check and gate, all failures. This is already fixed, just want to get it out of the uncategorized bugs page. Change-Id: Ia2bab193ce770677972186a5976dc60826259a67 Related-Bug: #1531706 --- queries/1531706.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1531706.yaml diff --git a/queries/1531706.yaml b/queries/1531706.yaml new file mode 100644 index 00000000..5d978d61 --- /dev/null +++ b/queries/1531706.yaml @@ -0,0 +1,5 @@ +query: >- + message:"_create_floatingip" AND + message:"ExternalIpAddressExhausted" AND + tags:"screen-q-svc.txt" AND + build_name:"gate-neutron-dsvm-api"