diff --git a/templates/proxy-server.conf.erb b/templates/proxy-server.conf.erb index 110da113..752e6362 100644 --- a/templates/proxy-server.conf.erb +++ b/templates/proxy-server.conf.erb @@ -16,20 +16,20 @@ use = egg:swift#proxy allow_account_management = <%= allow_account_management %> account_autocreate = <%= account_autocreate %> -<% if auth_type == 'swauth' %> +<% if auth_type == 'swauth' -%> [filter:swauth] use = egg:swauth#swauth # this line is not in the install docs? default_swift_cluster = local#<%= swauth_endpoint %> super_admin_key = <%= swauth_super_admin_key %> -<% elsif auth_type == 'tempauth' %> +<% elsif auth_type == 'tempauth' -%> [filter:tempauth] use = egg:swift#tempauth user_admin_admin = admin .admin .reseller_admin user_test_tester = testing .admin user_test2_tester2 = testing2 .admin user_test_tester3 = testing3 -<% end %> +<% end -%> [filter:healthcheck] use = egg:swift#healthcheck