Merge "Update db creds for translate01.o.o"
This commit is contained in:
commit
e9f1800fcb
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user