diff --git a/playbooks/host_vars/review01.openstack.org.yaml b/playbooks/host_vars/review01.openstack.org.yaml index 8592653c98..5be99d1e00 100644 --- a/playbooks/host_vars/review01.openstack.org.yaml +++ b/playbooks/host_vars/review01.openstack.org.yaml @@ -79,5 +79,7 @@ letsencrypt_certs: - review01.opendev.org - review.openstack.org # We have to set the letsencrypt_gid to something that isn't 3000 -# to not conflict with gerrit2's gid -letsencrypt_gid: 3001 +# to not conflict with gerrit2's gid. +# Also, on review01.openstack.org, 3001 is openstackwatch and +# 3002 is github. +letsencrypt_gid: 3003