]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
rgw: create system users with the --system flag
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 2 Aug 2013 01:50:11 +0000 (18:50 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Fri, 2 Aug 2013 02:11:59 +0000 (19:11 -0700)
without this they have no special permissions

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/rgw.py

index e081318aa8f3f6a4611096f83be19aa6e69e0fc5..3ceb1cf3b6238f773a7ef64a96b712fef05539ba 100644 (file)
@@ -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,
                  )