Switch SSO URL to login.ubuntu.com
It's the same site, but login.ubuntu.com is the 'real' one and launchpad.net is an alias. login.launchpad.net seems to be less important to the admins. Change-Id: Ic3a68886fb846699860a58ea76c16f2749f05897
This commit is contained in:
parent
4cd96a9809
commit
34b36d3ed4
@ -83,7 +83,7 @@ class openstack_project::gerrit (
|
||||
$its_plugins = [],
|
||||
$its_rules = [],
|
||||
$java_home = '',
|
||||
$openidssourl = 'https://login.launchpad.net/+openid',
|
||||
$openidssourl = 'https://login.ubuntu.com/+openid',
|
||||
) {
|
||||
|
||||
class { 'jeepyb::openstackwatch':
|
||||
|
@ -80,7 +80,6 @@ class openstack_project::review_dev (
|
||||
email_private_key => $email_private_key,
|
||||
gitweb => false,
|
||||
cgit => true,
|
||||
openidssourl => 'https://login.ubuntu.com/+openid',
|
||||
web_repo_url => 'https://git.openstack.org/cgit/',
|
||||
web_repo_url_encode => false,
|
||||
swift_username => $swift_username,
|
||||
|
Loading…
x
Reference in New Issue
Block a user