Merge "Switch translate's IDP to OpenInfraID"

This commit is contained in:
Zuul 2022-02-14 16:14:06 +00:00 committed by Gerrit Code Review
commit 450445a258
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ node /^translate\d+\.open.*\.org$/ {
class { 'openstack_project::server': }
class { 'openstack_project::translate':
admin_users => 'aeng,cboylan,eumel8,ianw,ianychoi,infra,jaegerandi,mordred,stevenk',
openid_url => 'https://openstackid.org',
openid_url => 'https://id.openinfra.dev',
listeners => ['ajp'],
from_address => 'noreply@openstack.org',
mysql_host => hiera('translate_mysql_host', 'localhost'),