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
This commit is contained in:
Ian Y. Choi 2016-11-04 01:37:38 +09:00
parent f724dab4a3
commit 94f65cc37a

View File

@ -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'),