Merge "Switch storyboard to login.ubuntu.com"

This commit is contained in:
Jenkins 2017-10-04 21:03:20 +00:00 committed by Gerrit Code Review
commit 181691b583
3 changed files with 8 additions and 8 deletions

View File

@ -77,7 +77,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],