Return log URL with trailing /

This is the right way to write the URL.

Change-Id: I06dc07ebb7061875b267f43a3deb8dca1f37ca8e
This commit is contained in:
James E. Blair 2017-08-04 15:48:28 -07:00
parent 7fe8e46f41
commit dbd72b1a5d
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@
zuul_return:
data:
zuul:
log_url: "http://logs.openstack.org/{{ hostvars[groups['zuul_logserver'][0]]['log_path'] }}"
log_url: "http://logs.openstack.org/{{ hostvars[groups['zuul_logserver'][0]]['log_path'] }}/"

View File

@ -29,4 +29,4 @@
zuul_return:
data:
zuul:
log_url: "http://logs.openstack.org/{{ hostvars[groups['zuul_logserver'][0]]['log_path'] }}"
log_url: "http://logs.openstack.org/{{ hostvars[groups['zuul_logserver'][0]]['log_path'] }}/"