Add a trailing slash for translate-dev

The Zanata URL needs to match exactly between
~jenkins/.config/zanata.ini and the URL in zanata.xml. Add a trailing
slash to the URL so that they match.

Change-Id: I8c128fb47cf8d83217e050483fd58c756c16dc12
This commit is contained in:
Steve Kowalik 2015-07-24 14:19:02 +10:00
parent d98a7ab37c
commit d67bbc5ee3

View File

@ -706,7 +706,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-dev.openstack.org/',
zanata_server_user => hiera('proposal_zanata_user', 'XXX'),
zanata_server_api_key => hiera('proposal_zanata_api_key', 'XXX'),
}