Merge "Use internal gitweb instead of gitea for now"

This commit is contained in:
Zuul 2019-04-24 14:20:52 +00:00 committed by Gerrit Code Review
commit 6d48f0561e

View File

@ -66,9 +66,9 @@ class openstack_project::gerrit (
$testmode = false, $testmode = false,
$swift_username = '', $swift_username = '',
$swift_password = '', $swift_password = '',
$gitweb = false, $gitweb = true,
$cgit = true, $cgit = false,
$web_repo_url = 'https://git.openstack.org/cgit/', $web_repo_url = false,
$web_repo_url_encode = false, $web_repo_url_encode = false,
$secondary_index = true, $secondary_index = true,
$report_bug_text = 'Get Help', $report_bug_text = 'Get Help',