Allow members from the _member_ group to manage swift
Users from the _member_ group are not allowed to manage swift containers, this patch allows them to do this. Resolves: rhbz#1172467 Change-Id: I3d8c8e3daab07bba2d0c95d5269031ceba116b79
This commit is contained in:
@@ -74,7 +74,7 @@ class { '::swift::proxy::ratelimit':
|
||||
}
|
||||
|
||||
class { '::swift::proxy::keystone':
|
||||
operator_roles => ['admin', 'SwiftOperator'],
|
||||
operator_roles => ['admin', 'SwiftOperator', '_member_'],
|
||||
}
|
||||
|
||||
class { '::swift::proxy::authtoken':
|
||||
|
||||
Reference in New Issue
Block a user