system-config/modules/openstack_project/templates/os-loganalyze-wsgi.conf.erb
Clark Boylan 14f303d7d1 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
2014-07-16 02:22:55 -07:00

11 lines
246 B
Plaintext

<% if swift_authurl != "" -%>
[swift]
authurl=<%= swift_authurl %>
user=<%= swift_user %>
password=<%= swift_key %>
tenant=<%= swift_tenant_name %>
region=<%= swift_region_name %>
chunk_size=64
container=<%= swift_default_container %>
<% end -%>