Merge "Switch SSO URL to login.ubuntu.com"

This commit is contained in:
Jenkins 2016-12-21 18:00:33 +00:00 committed by Gerrit Code Review
commit c5a1aa695d
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class openstack_project::gerrit (
$its_plugins = [], $its_plugins = [],
$its_rules = [], $its_rules = [],
$java_home = '', $java_home = '',
$openidssourl = 'https://login.launchpad.net/+openid', $openidssourl = 'https://login.ubuntu.com/+openid',
) { ) {
class { 'jeepyb::openstackwatch': class { 'jeepyb::openstackwatch':

View File

@ -80,7 +80,6 @@ class openstack_project::review_dev (
email_private_key => $email_private_key, email_private_key => $email_private_key,
gitweb => false, gitweb => false,
cgit => true, cgit => true,
openidssourl => 'https://login.ubuntu.com/+openid',
web_repo_url => 'https://git.openstack.org/cgit/', web_repo_url => 'https://git.openstack.org/cgit/',
web_repo_url_encode => false, web_repo_url_encode => false,
swift_username => $swift_username, swift_username => $swift_username,