From d79a2db57857f19bd0f9fdaadd9796099ecb6505 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 1 Aug 2013 18:50:11 -0700 Subject: [PATCH] rgw: create system users with the --system flag without this they have no special permissions Signed-off-by: Josh Durgin --- teuthology/task/rgw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index e081318aa8..3ceb1cf3b6 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -358,6 +358,7 @@ def configure_users(ctx, config): '--access-key', user_info['system_key']['access_key'], '--secret', user_info['system_key']['secret_key'], '--display-name', user_info['system_key']['user'], + '--system', ], check_status=True, ) -- 2.39.5