From: Brian Andrus Date: Wed, 5 Aug 2015 23:25:48 +0000 (-0700) Subject: Fix location of --access=full in SWIFT user creation X-Git-Tag: v9.1.0~430^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5483%2Fhead;p=ceph.git Fix location of --access=full in SWIFT user creation --access=full was incorrectly placed in the output of the command, while it was supposed to have been a flag run with the command. --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 535482769dfee..549a273885d00 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": "",