diff --git a/roles/upload-logs-swift/library/zuul_swift_upload.py b/roles/upload-logs-swift/library/zuul_swift_upload.py index 0a113b5ab..6d2ac7214 100755 --- a/roles/upload-logs-swift/library/zuul_swift_upload.py +++ b/roles/upload-logs-swift/library/zuul_swift_upload.py @@ -490,7 +490,8 @@ class Uploader(): self.cloud.create_container(name=self.container, public=public) self.cloud.update_container( name=self.container, - headers={'X-Container-Meta-Web-Index': 'index.html'}) + headers={'X-Container-Meta-Web-Index': 'index.html', + 'X-Container-Meta-Access-Control-Allow-Origin': '*'}) # 'X-Container-Meta-Web-Listings': 'true' # The ceph radosgw swift implementation requires an