]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Revert "src/vstart: create rgw user with system flag"
authorCasey Bodley <cbodley@redhat.com>
Wed, 14 Jul 2021 16:37:48 +0000 (12:37 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 14 Jul 2021 16:37:48 +0000 (12:37 -0400)
This reverts commit 0d0cd4c6b0e8bbeaa71f54c831d67ef880e58016.

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/vstart.sh

index 3535ddf07db30cc3e01f6b85b1719702b5fbf5d6..1296d0492b1b4744c7b5cf2115ba73ee114ac3cf 100755 (executable)
@@ -1507,7 +1507,7 @@ do_rgw_create_users()
     local akey='0555b35654ad1656d804'
     local skey='h7GhxuBLTrlhVUyxSPUKUV8r/2EI4ngqJxD7iBdBYLhwluN30JaT3Q=='
     debug echo "setting up user testid"
-    $CEPH_BIN/radosgw-admin user create --uid testid --access-key $akey --secret $skey --display-name 'M. Tester' --email tester@ceph.com --system -c $conf_fn > /dev/null
+    $CEPH_BIN/radosgw-admin user create --uid testid --access-key $akey --secret $skey --display-name 'M. Tester' --email tester@ceph.com -c $conf_fn > /dev/null
 
     # Create S3-test users
     # See: https://github.com/ceph/s3-tests