From 4c0f432ca5d435ca464fa03381545e90d0619837 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Sat, 16 Apr 2016 10:17:03 +1000 Subject: [PATCH] Remove swift credentials from zuul config We are no longer uploading logs to swift, so we don't need any credentials. Change-Id: I71e78eab4551496d91071225f8375b2cdef980bb --- manifests/site.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 9ca184e18a..7f1ef576ac 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -778,14 +778,6 @@ node 'zuul.openstack.org' { gerrit_ssh_host_key => hiera('gerrit_ssh_rsa_pubkey_contents'), zuul_ssh_private_key => hiera('zuul_ssh_private_key_contents'), url_pattern => 'http://logs.openstack.org/{build.parameters[LOG_PATH]}', - swift_authurl => 'https://identity.api.rackspacecloud.com/v2.0/', - swift_user => 'infra-files-rw', - swift_key => hiera('infra_files_rw_password'), - swift_tenant_name => hiera('infra_files_tenant_name', 'tenantname'), - swift_region_name => 'DFW', - swift_default_container => 'infra-files', - swift_default_logserver_prefix => 'http://logs.openstack.org/', - swift_default_expiry => 14400, proxy_ssl_cert_file_contents => hiera('zuul_ssl_cert_file_contents'), proxy_ssl_key_file_contents => hiera('zuul_ssl_key_file_contents'), proxy_ssl_chain_file_contents => hiera('zuul_ssl_chain_file_contents'),