From: Ronak Jain Date: Fri, 13 Jan 2017 11:27:45 +0000 (+0530) Subject: Doc: Fixes Python Swift client commands X-Git-Tag: v11.2.1~236^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13044%2Fhead;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 37a444dffa9..4378934289d 100644 --- a/doc/dev/quick_guide.rst +++ b/doc/dev/quick_guide.rst @@ -117,9 +117,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