From a8d33c9fae24a72144f3ed0fc4a4e20cbb34c6ca Mon Sep 17 00:00:00 2001 From: Sylvain Baubeau Date: Thu, 30 Jul 2015 17:22:18 +0200 Subject: [PATCH] doc: fix command line for swift user creation --- doc/radosgw/config.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 535482769df..549a273885d 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -433,11 +433,10 @@ Execute the following steps on the ``gateway host``: Create the Swift user:: - sudo radosgw-admin subuser create --uid=testuser --subuser=testuser:swift + sudo radosgw-admin subuser create --uid=testuser --subuser=testuser:swift --access=full The output will be something like the following:: - --access=full { "user_id": "testuser", "display_name": "First User", "email": "", -- 2.47.3