Revert "Use https for logs.openstack.org"
This reverts commit 1f57c9c327.
The logs.openstack.org site is not configured correctly to serve
over https. I think it's actually serving from docs-draft.
We should fix that, but in the interim, switch back to http.
Change-Id: I170b24f01bdd79e4728d509d2a0f654a479b2674
This commit is contained in:
@@ -724,7 +724,7 @@
|
||||
builders:
|
||||
- shell: |
|
||||
#!/bin/sh
|
||||
echo "Detailed logs: https://logs.openstack.org/$LOG_PATH/"
|
||||
echo "Detailed logs: http://logs.openstack.org/$LOG_PATH/"
|
||||
|
||||
|
||||
- builder:
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
- hosts: "{{ site_logs.fqdn }}"
|
||||
roles:
|
||||
- role: upload-logs
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: emit-job-header
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
gather_facts: False
|
||||
roles:
|
||||
- role: upload-logs
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: emit-job-header
|
||||
zuul_log_url: "https://logs.openstack.org"
|
||||
zuul_log_url: "http://logs.openstack.org"
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
|
||||
Reference in New Issue
Block a user