From 0d0cd4c6b0e8bbeaa71f54c831d67ef880e58016 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Wed, 14 Apr 2021 17:21:23 +0530 Subject: [PATCH] src/vstart: create rgw user with system flag As dashboard requires the system flag to be enabled. Signed-off-by: Varsha Rao --- src/vstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index 10045261ed3..58da342e935 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -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 -- 2.39.5