Merge "Don't hard set infra-files in swift wsgi conf"

This commit is contained in:
Jenkins 2014-07-16 09:46:42 +00:00 committed by Gerrit Code Review
commit 11d4bd51da

View File

@ -6,5 +6,5 @@ password=<%= swift_key %>
tenant=<%= swift_tenant_name %>
region=<%= swift_region_name %>
chunk_size=64
container=infra-files=<%= swift_default_container %>
<% end -%>
container=<%= swift_default_container %>
<% end -%>