Merge "Allow members from the _member_ group to manage swift"

This commit is contained in:
Jenkins
2016-05-30 19:23:16 +00:00
committed by Gerrit Code Review

View File

@ -97,7 +97,7 @@ class { '::swift::proxy::ratelimit':
}
class { '::swift::proxy::keystone':
operator_roles => ['admin', 'SwiftOperator'],
operator_roles => ['admin', 'SwiftOperator', '_member_'],
}
class { '::swift::proxy::authtoken':