Add note on how to talk to zuul's gearman

Change-Id: I1e5b2cdc7c3ba78d3c40517fc2827f4ab75511a9
This commit is contained in:
James E. Blair 2018-01-05 16:25:45 -08:00
parent a9a9d66ea0
commit ddec03d3b8

View File

@ -100,6 +100,11 @@ host keys as the zuul user. e.g.::
sudo su - zuul
ssh -p 29418 review.openstack.org
To debug Zuul's gearman server, SSL is required. Use the following
command::
openssl s_client -connect localhost:4730 -cert /etc/zuul/ssl/client.pem -key /etc/zuul/ssl/client.key
Restarts
--------