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:
Ivan Chavero
2016-05-11 16:54:49 -06:00
parent a7415d4f52
commit b689cad9c5

View File

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