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.
This commit is contained in:
Brian Andrus 2015-08-05 16:25:48 -07:00
parent f4853d8831
commit e67539e370

View 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": "",