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:
Monty Taylor 2016-12-13 09:53:36 -06:00
parent 4cd96a9809
commit 34b36d3ed4
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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,