From ec1a4c70285e4c9c559e428f6d8d64ef9efafdac Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 27 May 2014 07:35:10 -0700 Subject: [PATCH] Add query for Neutron SSH EOFError bug 1323658 This is showing up from a common check in both test_network_basic_ops and test_network_advanced_server_ops for public ssh connectivity that fails. This might be related to bug 1253896 which was the old SSH bug in Neutron but we closed that, deleted the e-r query for it and said we'd open new bugs and write new queries for new SSH failures, so that's what this is. There might be a better line to filter on in the Neutron logs, but just based on the private IP that shows up in the console log when this fails, I couldn't find anything. We can tighten up the query later if the Neutron team finds something better to fingerprint. Related-Bug: #1323658 Change-Id: I79d4a7a00dbcbdb57ae8704f00c5871db1952623 --- queries/1323658.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 queries/1323658.yaml diff --git a/queries/1323658.yaml b/queries/1323658.yaml new file mode 100644 index 00000000..e2a129d9 --- /dev/null +++ b/queries/1323658.yaml @@ -0,0 +1,2 @@ +query: > + message:"Public network connectivity check failed" AND tags:console