]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix location of --access=full in SWIFT user creation 5483/head
authorBrian Andrus <bandrus+github@gmail.com>
Wed, 5 Aug 2015 23:25:48 +0000 (16:25 -0700)
committerBrian Andrus <bandrus+github@gmail.com>
Wed, 5 Aug 2015 23:25:48 +0000 (16:25 -0700)
--access=full was incorrectly placed in the output of the command, while it was supposed to have been a flag run with the command.

doc/radosgw/config.rst

index 535482769dfeeba1ba1039edda9973d57c729679..549a273885d008ff119dc9c164cf4991af5c57c9 100644 (file)
@@ -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": "",