Merge "Customize the 'Report Bug' link on Gerrit UI"
This commit is contained in:
commit
59ed7f0ff7
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user