Switch storyboard to login.ubuntu.com

Change-Id: Ia8d0ecdcb6a6ee46f40688b982510797455d2b75
This commit is contained in:
Monty Taylor 2016-12-13 11:21:35 -06:00
parent 96a8f2c1f3
commit 6e689c955b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 8 additions and 8 deletions

View File

@ -78,7 +78,7 @@ Launchpad OpenID string and email as follows:
``:config:`gerrit/projects.yaml```::
- openid: https://login.launchpad.net/+id/LOLPONIES
- openid: https://login.ubuntu.com/+id/LOLPONIES
email: pinkie.pie@example.com

View File

@ -1,12 +1,12 @@
- openid: https://login.launchpad.net/+id/eMmhAdr
- openid: https://login.ubuntu.com/+id/eMmhAdr
email: slukjanov@mirantis.com
- openid: https://login.launchpad.net/+id/cWwF3rJ
- openid: https://login.ubuntu.com/+id/cWwF3rJ
email: corvus@gnu.org
- openid: https://login.launchpad.net/+id/4dfrAmY
- openid: https://login.ubuntu.com/+id/4dfrAmY
email: mordred@inaugust.com
- openid: https://login.launchpad.net/+id/43rCcdx
- openid: https://login.ubuntu.com/+id/43rCcdx
email: fungi@yuggoth.org
- openid: https://login.launchpad.net/+id/DJtBT7D
- openid: https://login.ubuntu.com/+id/DJtBT7D
email: clark.boylan@gmail.com
- openid: https://login.launchpad.net/+id/whpdRxT
- openid: https://login.ubuntu.com/+id/whpdRxT
email: lyz@princessleia.com

View File

@ -14,7 +14,7 @@ class openstack_project::storyboard(
$ssl_key = undef,
$ssl_key_file_contents = undef,
$ssl_chain_file_contents = undef,
$openid_url = 'https://login.launchpad.net/+openid',
$openid_url = 'https://login.ubuntu.com/+openid',
$project_config_repo = '',
$hostname = $::fqdn,
$valid_oauth_clients = [$::fqdn],