The “operator_roles” list should be coma separated

As seen in the documentation :
https://github.com/openstack/keystone/blob/master/doc/source/configuringservices.rst#configuring-swift-to-use-keystone
This commit is contained in:
François Charlier
2012-05-14 21:53:43 +02:00
parent fa9e0788ff
commit 2304e86317

View File

@@ -1,7 +1,7 @@
[filter:keystone] [filter:keystone]
paste.filter_factory = keystone.middleware.swift_auth:filter_factory 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 %> is_admin = <%= is_admin %>
cache = <%= cache %> cache = <%= cache %>