From 94f65cc37a5fd1ca2e9d8327c58341487d212ef7 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Fri, 4 Nov 2016 01:37:38 +0900 Subject: [PATCH] Switch translate-dev to use openstackid Switch to openstackid instead of openstackid-dev system so that upgrades of newer Zanata can get tested by translators Implements: blueprint ocata-zanata-upgrade Change-Id: Ia88529e2dd5e8b375a5870ee23aabaeb58ea77fe --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 0ac2be9480..aa03a09992 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1287,7 +1287,7 @@ node /^translate-dev\d*\.openstack\.org$/ { class { 'openstack_project::translate_dev': sysadmins => hiera('sysadmins', []), admin_users => 'aeng,camunoz,cboylan,daisyycguo,infra,jaegerandi,lyz,mordred,stevenk', - openid_url => 'https://openstackid-dev.openstack.org', + openid_url => 'https://openstackid.org', listeners => ['ajp'], from_address => 'noreply@openstack.org', mysql_host => hiera('translate_dev_mysql_host', 'localhost'),