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

The container for os-loganalyze to pull from should be configurable but
there was a bug in the wsgi.conf where we tried to hardset the container
and make it configurable at the same time. Just make it configurable so
that the value in the config is correct.

Change-Id: I56de3ed87d6c27ac1723ffa2812e53cac31b5f40
This commit is contained in:
Clark Boylan 2014-07-16 02:22:55 -07:00
parent 60b8d3b4ac
commit 14f303d7d1

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 -%>