Merge pull request #21 from fcharlier/operator_roles

The “operator_roles” list should be coma separated
This commit is contained in:
Dan Bode
2012-05-14 13:28:16 -07:00

View File

@@ -1,7 +1,7 @@
[filter:keystone]
paste.filter_factory = keystone.middleware.swift_auth:filter_factory
operator_roles = <%= operator_roles.to_a.join(' ') %>
operator_roles = <%= operator_roles.to_a.join(', ') %>
is_admin = <%= is_admin %>
cache = <%= cache %>