Tell proposals server to use translate.o.o

The proposals server was pointing at translate-dev for all of our
testing. Now that we're ready to go into production we want it to
point to translate.openstack.org.

Change-Id: Ib3f57d30e7847f3f453bfff62920e048631c3b35
This commit is contained in:
Elizabeth K. Joseph 2015-08-28 18:38:50 -07:00
parent 66d5b8bdb9
commit ee265079ad
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ node 'proposal.slave.openstack.org' {
jenkins_ssh_public_key => $openstack_project::jenkins_ssh_key,
proposal_ssh_public_key => hiera('proposal_ssh_public_key_contents', 'XXX'),
proposal_ssh_private_key => hiera('proposal_ssh_private_key_contents', 'XXX'),
zanata_server_url => 'https://translate-dev.openstack.org/',
zanata_server_url => 'https://translate.openstack.org/',
zanata_server_user => hiera('proposal_zanata_user', 'XXX'),
zanata_server_api_key => hiera('proposal_zanata_api_key', 'XXX'),
}