diff --git a/modules/openstack_project/templates/os-loganalyze-wsgi.conf.erb b/modules/openstack_project/templates/os-loganalyze-wsgi.conf.erb index f74fac5aaa..a91767081e 100644 --- a/modules/openstack_project/templates/os-loganalyze-wsgi.conf.erb +++ b/modules/openstack_project/templates/os-loganalyze-wsgi.conf.erb @@ -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 -%> \ No newline at end of file +container=<%= swift_default_container %> +<% end -%>