Return log URL with trailing /
This is the right way to write the URL. Change-Id: I06dc07ebb7061875b267f43a3deb8dca1f37ca8e
This commit is contained in:
parent
7fe8e46f41
commit
dbd72b1a5d
@ -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'] }}/"
|
||||
|
@ -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'] }}/"
|
||||
|
Loading…
Reference in New Issue
Block a user