]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
swift: set full access to subusers creation 367/head
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 24 Nov 2014 17:59:30 +0000 (09:59 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 24 Nov 2014 17:59:30 +0000 (09:59 -0800)
Default subuser permissions are 'none'.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
teuthology/task/swift.py

index 6285eb6b1c510d69113063109ad75193d6a701f1..b5e417a3975155ac6d34d6c21d2c2946916ce4e3 100644 (file)
@@ -87,6 +87,7 @@ def create_users(ctx, config):
                     '--secret', testswift_conf['func_test']['password{s}'.format(s=suffix)],
                     '--email', testswift_conf['func_test']['email{s}'.format(s=suffix)],
                     '--key-type', 'swift',
+                    '--access', 'full',
                 ],
             )
     try: