From e48bf843a12358154046361a8366c1880ce74097 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 20 Oct 2016 17:35:23 -0400 Subject: [PATCH] Update query for TLS bug 1630664 for neutron Neutron server is having the same failures sending API requests to nova for external events. This raises the hit count from 28 to 34 in voting jobs in 7 days. Change-Id: I8281d52f6303c5b0810919e668982f1cae5325ac Related-Bug: #1630664 --- queries/1630664.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/queries/1630664.yaml b/queries/1630664.yaml index a74b085b..a4d22839 100644 --- a/queries/1630664.yaml +++ b/queries/1630664.yaml @@ -1,3 +1,5 @@ query: >- - message:"ConnectFailure: Unable to establish connection to https://127.0.0.1:9696/v2.0/" AND - (tags:"screen-n-api.txt" OR tags:"screen-n-cpu.txt") + ((message:"ConnectFailure: Unable to establish connection to https://127.0.0.1:9696/v2.0/" AND ( + tags:"screen-n-api.txt" OR tags:"screen-n-cpu.txt")) OR + (message:"ConnectFailure: Unable to establish connection to https://127.0.0.1:8774/v2.1/" AND + tags:"screen-q-svc.txt"))