From b689cad9c5d25c690b589dd748709571ee358576 Mon Sep 17 00:00:00 2001 From: Ivan Chavero Date: Wed, 11 May 2016 16:54:49 -0600 Subject: [PATCH] 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 --- packstack/puppet/templates/swift_proxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/puppet/templates/swift_proxy.pp b/packstack/puppet/templates/swift_proxy.pp index 35fa55535..41329f03b 100644 --- a/packstack/puppet/templates/swift_proxy.pp +++ b/packstack/puppet/templates/swift_proxy.pp @@ -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':