Merge "Update db creds for translate01.o.o"

This commit is contained in:
Jenkins 2017-03-01 23:15:25 +00:00 committed by Gerrit Code Review
commit e9f1800fcb

View File

@ -1593,8 +1593,8 @@ node /^translate\d+\.openstack\.org$/ {
openid_url => 'https://openstackid.org',
listeners => ['ajp'],
from_address => 'noreply@openstack.org',
mysql_host => "invalid.host.for.now",
mysql_password => "supersecret",
mysql_host => hiera('translate_mysql_host', 'localhost'),
mysql_password => hiera('translate_mysql_password'),
zanata_server_user => hiera('proposal_zanata_user'),
zanata_server_api_key => hiera('proposal_zanata_api_key'),
zanata_wildfly_version => '10.1.0',