Merge "Customize the 'Report Bug' link on Gerrit UI"

This commit is contained in:
Jenkins 2015-11-25 12:20:43 +00:00 committed by Gerrit Code Review
commit 59ed7f0ff7

View File

@ -71,6 +71,8 @@ class openstack_project::gerrit (
$web_repo_url = '',
$web_repo_url_encode = false,
$secondary_index = true,
$report_bug_text = 'Get Help',
$report_bug_url = 'http://docs.openstack.org/infra/system-config/project.html#contributing',
) {
class { 'jeepyb::openstackwatch':
@ -202,6 +204,8 @@ class openstack_project::gerrit (
testmode => $testmode,
secondary_index => $secondary_index,
require => Class[openstack_project::server],
report_bug_text => $report_bug_text,
report_bug_url => $report_bug_url,
}
mysql_backup::backup_remote { 'gerrit':