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:
parent
3c61614411
commit
e48bf843a1
@ -1,3 +1,5 @@
|
|||||||
query: >-
|
query: >-
|
||||||
message:"ConnectFailure: Unable to establish connection to https://127.0.0.1:9696/v2.0/" AND
|
((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")
|
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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user