From 2d450e29bc40e33e1563960078b53c9cd3dfaf02 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Jan 2022 21:16:41 +0000 Subject: [PATCH] Switch refstack's IDP to OpenInfraID The OpenStackID project has been rebranded, and the old openstackid.org deployment is being retained temporarily in order to ease transition, but id.openinfra.dev is in place now and intended as its successor. Note that when this merges, a manual database edit will be required to associate every user's new ID with their existing accounts, so this should only be merged when we're ready to do that part just prior to deploying and then check it again after to make sure we didn't race any user additions. Change-Id: I2716e469bc61e53645c23d362b8637bab0a32bb1 --- inventory/service/group_vars/refstack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/service/group_vars/refstack.yaml b/inventory/service/group_vars/refstack.yaml index e420fb14a2..74dd9b2915 100644 --- a/inventory/service/group_vars/refstack.yaml +++ b/inventory/service/group_vars/refstack.yaml @@ -1,2 +1,2 @@ refstack_url: 'https://refstack.openstack.org' -refstack_openid_endpoint: 'https://openstackid.org/accounts/openid2' +refstack_openid_endpoint: 'https://id.openinfra.dev/accounts/openid2'