From: Ronak Jain Date: Fri, 13 Jan 2017 11:27:45 +0000 (+0530) Subject: Doc: Fixes Python Swift client commands X-Git-Tag: v10.2.6~138^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bcd4698115011810e7a8370ef04a5c3f0b9a3fb0;p=ceph.git Doc: Fixes Python Swift client commands Fixes: http://tracker.ceph.com/issues/17746 Signed-off-by: Ronak Jain (cherry picked from commit 8c79959557d60f619adf1a3ed1b5bd1112ceaabb) --- diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index 6a4fe08eb4fc..adc764363bb1 100644 --- a/doc/dev/quick_guide.rst +++ b/doc/dev/quick_guide.rst @@ -103,9 +103,9 @@ You can now use the swift python client to communicate with the RadosGW. .. code:: - $ swift -A http://localhost:8000/auth -U tester:testing -K asdf list - $ swift -A http://localhost:8000/auth -U tester:testing -K asdf upload mycontainer ceph - $ swift -A http://localhost:8000/auth -U tester:testing -K asdf list + $ swift -A http://localhost:8000/auth -U test:tester -K testing list + $ swift -A http://localhost:8000/auth -U test:tester -K testing upload mycontainer ceph + $ swift -A http://localhost:8000/auth -U test:tester -K testing list Run unit tests