Add query for bug 1613749

This commit adds a query for the http timeout for requests to glance
when we ask to use a remote image. There are multiples per run, since
it gets logged twice per test failure and there are 2 or 3 failures
per run when this issue occurs.

Related-Bug: #1613749
Change-Id: Ic3dd31ee9305660e3f788ce3d059f535f2a95c06
This commit is contained in:
Matthew Treinish 2016-08-16 10:39:32 -04:00 committed by Matt Riedemann
parent 9042c22053
commit 8feff5f00e

4
queries/1613749.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >-
(message:"The HTTP URL is invalid: HTTPConnectionPool(host='git.openstack.org', port=80): Max retries exceeded with url: /static/openstack.png (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))" OR
message:"urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9292): Max retries exceeded with url: /v1/images (Caused by ReadTimeoutError(\"HTTPConnectionPool(host='127.0.0.1', port=9292): Read timed out. (read timeout=60)\",))") AND
tags:"console"