Merge pull request #21 from fcharlier/operator_roles
The “operator_roles” list should be coma separated
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user