Merge "Add note on how to talk to zuul's gearman"

This commit is contained in:
Zuul 2018-01-11 23:11:19 +00:00 committed by Gerrit Code Review
commit a404b9b37d
1 changed files with 5 additions and 0 deletions

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
--------