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
(cherry picked from commit b689cad9c5)
This commit is contained in:
Ivan Chavero 2016-05-11 16:54:49 -06:00
parent 39137ef6a6
commit 7bca43c854
1 changed files with 1 additions and 1 deletions

View File

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