From 2fc2d4be4ef8e9c5fb773295b3bd5289c1ad3803 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Jan 2022 21:18:57 +0000 Subject: [PATCH] Switch translate-dev'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. This will be used to test the IDP transition before applying a similar change and scripted database edits to production. Change-Id: Ia79f10d34d829784733ae43c9266241a57af9c23 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index aef839e3ad..78e0c2f886 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -234,7 +234,7 @@ node /^translate-dev\d*\.open.*\.org$/ { $group = "translate-dev" class { 'openstack_project::translate_dev': admin_users => 'aeng,cboylan,eumel,eumel8,ianw,ianychoi,infra,jaegerandi,mordred,stevenk', - openid_url => 'https://openstackid-dev.openstack.org', + openid_url => 'https://id.openinfra.dev', listeners => ['ajp'], from_address => 'noreply@openstack.org', mysql_host => hiera('translate_dev_mysql_host', 'localhost'),