Merge "Set gerrit's gitHttpUrl to itself"

This commit is contained in:
James E. Blair 2019-04-20 15:56:36 +00:00 committed by Gerrit Code Review
commit f756602e3c

View File

@ -96,7 +96,7 @@ class openstack_project::review (
class { 'openstack_project::gerrit':
vhost_name => 'review.opendev.org',
canonicalweburl => 'https://review.opendev.org/',
git_http_url => 'https://opendev.org/',
git_http_url => 'https://review.opendev.org/',
ssl_cert_file => $ssl_cert_file,
ssl_key_file => $ssl_key_file,
ssl_chain_file => $ssl_chain_file,