Merge "Generate cgit links with '/' character instead of '%2F'"

This commit is contained in:
Jenkins 2015-11-03 06:26:48 +00:00 committed by Gerrit Code Review
commit b77133c91f
2 changed files with 3 additions and 0 deletions
modules/openstack_project/manifests

@ -70,6 +70,7 @@ class openstack_project::gerrit (
$gitweb = true,
$cgit = false,
$web_repo_url = '',
$web_repo_url_encode = false,
$secondary_index = true,
$afs = false,
) {
@ -204,6 +205,7 @@ class openstack_project::gerrit (
gitweb => $gitweb,
cgit => $cgit,
web_repo_url => $web_repo_url,
web_repo_url_encode => $web_repo_url_encode,
testmode => $testmode,
secondary_index => $secondary_index,
require => Class[openstack_project::server],

@ -75,6 +75,7 @@ class openstack_project::review_dev (
gitweb => false,
cgit => true,
web_repo_url => 'https://git.openstack.org/cgit/',
web_repo_url_encode => false,
swift_username => $swift_username,
swift_password => $swift_password,
replication_force_update => true,