Comment # 39 on bug 1087891 from
I fixed the setup scripts, container image names and tags and replaced all
python2 with python3 code, so there are no visible errors anymore in the logs.
Except salt-master, where I still get:

07:10:32,109 [INFO    ] Using default for mysql port
07:10:32,109 [INFO    ] Using default for mysql ssl_ca
07:10:32,110 [INFO    ] Using default for mysql ssl_cert
07:10:32,110 [INFO    ] Using default for mysql ssl_key
07:10:32,111 [ERROR   ] Could not store events - returner 'mysql.event_return'
raised exception: (2003, "Can't connect to MySQL server on 'localhost' ([Errno
111] Connection refused)")


Don't know who prints the "INFO", the ERROR is comming from PyMySQL. Could it
be, that we need to provide the informations for mysql in another way?


You are receiving this mail because: