Use https for logs.openstack.org
We have a certificate, so let's use https. Change-Id: I613abef49d2e3234e9994953dc8075bdbb3685bf
This commit is contained in:
parent
870e6cbacc
commit
1f57c9c327
@ -724,7 +724,7 @@
|
||||
builders:
|
||||
- shell: |
|
||||
#!/bin/sh
|
||||
echo "Detailed logs: http://logs.openstack.org/$LOG_PATH/"
|
||||
echo "Detailed logs: https://logs.openstack.org/$LOG_PATH/"
|
||||
|
||||
|
||||
- builder:
|
||||
|
@ -7,4 +7,4 @@
|
||||
- hosts: "{{ site_logs.fqdn }}"
|
||||
roles:
|
||||
- role: upload-logs
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
|
@ -1,7 +1,7 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: emit-job-header
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
|
@ -8,4 +8,4 @@
|
||||
gather_facts: False
|
||||
roles:
|
||||
- role: upload-logs
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
|
@ -1,7 +1,7 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: emit-job-header
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user