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:
@@ -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 %>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user