From e67539e370fcdb034836a8612ebcadb9889c1985 Mon Sep 17 00:00:00 2001 From: Brian Andrus Date: Wed, 5 Aug 2015 16:25:48 -0700 Subject: [PATCH] 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. --- 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": "",