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
This commit is contained in:
Matt Riedemann 2016-10-20 17:35:23 -04:00
parent 3c61614411
commit e48bf843a1
1 changed files with 4 additions and 2 deletions

View File

@ -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"))