Switch storyboard-dev to login.ubuntu.com

Change-Id: Ie151a2e8bf48b1f63a5bd15bc248ef6d8e3d0ed2
This commit is contained in:
Monty Taylor
2016-12-13 11:20:05 -06:00
parent 34b36d3ed4
commit 96a8f2c1f3
2 changed files with 9 additions and 9 deletions

View File

@@ -1,16 +1,16 @@
- 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
- openid: https://login.launchpad.net/+id/HJGe6Wf
- openid: https://login.ubuntu.com/+id/HJGe6Wf
email: zara.zaimeche@codethink.co.uk
- openid: https://login.launchpad.net/+id/dQxpCYE
- openid: https://login.ubuntu.com/+id/dQxpCYE
email: adam.coldrick@codethink.co.uk

View File

@@ -10,7 +10,7 @@ class openstack_project::storyboard::dev(
$ssl_cert_file_contents = 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],