From 96a8f2c1f399ce8e377de7595f3f61699800cbb8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 13 Dec 2016 11:20:05 -0600 Subject: [PATCH] Switch storyboard-dev to login.ubuntu.com Change-Id: Ie151a2e8bf48b1f63a5bd15bc248ef6d8e3d0ed2 --- .../files/storyboard/dev_superusers.yaml | 16 ++++++++-------- .../manifests/storyboard/dev.pp | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/openstack_project/files/storyboard/dev_superusers.yaml b/modules/openstack_project/files/storyboard/dev_superusers.yaml index 2a45ee0e04..2c8be7cb8b 100644 --- a/modules/openstack_project/files/storyboard/dev_superusers.yaml +++ b/modules/openstack_project/files/storyboard/dev_superusers.yaml @@ -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 diff --git a/modules/openstack_project/manifests/storyboard/dev.pp b/modules/openstack_project/manifests/storyboard/dev.pp index 222f50c7af..934f1ee0b2 100644 --- a/modules/openstack_project/manifests/storyboard/dev.pp +++ b/modules/openstack_project/manifests/storyboard/dev.pp @@ -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],