]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/vstart: create rgw user with system flag 40850/head
authorVarsha Rao <varao@redhat.com>
Wed, 14 Apr 2021 11:51:23 +0000 (17:21 +0530)
committerVarsha Rao <varao@redhat.com>
Wed, 14 Apr 2021 11:51:23 +0000 (17:21 +0530)
As dashboard requires the system flag to be enabled.

Signed-off-by: Varsha Rao <varao@redhat.com>
src/vstart.sh

index 10045261ed3a04d772110112811243c10ddab1a9..58da342e935e4c3790b4dad55a39ed547aaf181e 100755 (executable)
@@ -1474,7 +1474,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 -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 --system -c $conf_fn > /dev/null
 
     # Create S3-test users
     # See: https://github.com/ceph/s3-tests