Customize the 'Report Bug' link on Gerrit UI

Change the 'Report Bug' link on the Gerrit UI to 'Get Help' and
redirect it to the Openstack help docs.

depends-on: I674bac2b2f9999e5a8bab55b3bd47f4d4fbb96d2
Change-Id: I23702f111eb65c1537bebb55cb8bbfa26223f116
This commit is contained in:
Khai Do 2015-09-08 10:09:10 -07:00
parent 303a26d299
commit f29571eb0c

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