Add query for etcd3 grenade-py3 bug 1820892

325 hits since March 14, check and gate, all failures.

etcd3gw is getting installed into the py27 runtime for
some reason but it's a py3 job so things like cinder
that are running under py3 can't find etcd3gw to import
it. Seems like somthing tickled this after the change to
use bionic nodes.

Change-Id: I07cbc075ea46a79f9b664086551f1d06e588981e
This commit is contained in:
Matt Riedemann 2019-03-19 14:35:48 -04:00
parent d2abda4ab2
commit de67148725
1 changed files with 4 additions and 0 deletions

4
queries/1820892.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >-
message:"Error starting thread.: ModuleNotFoundError: No module named 'etcd3gw'" AND
tags:"screen" AND
build_name:"grenade-py3"