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:
James E. Blair
2017-09-14 14:03:39 -06:00
parent 7fbcbeda9b
commit cdc9673be1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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 -1
View File
@@ -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:
+1 -1
View File
@@ -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 -1
View File
@@ -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: