]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Doc: Fixes Python Swift client commands 12887/head
authorRonak Jain <ronakjain@outlook.in>
Fri, 13 Jan 2017 11:27:45 +0000 (16:57 +0530)
committerRonak Jain <ronakjain@outlook.in>
Fri, 13 Jan 2017 11:27:45 +0000 (16:57 +0530)
Fixes: http://tracker.ceph.com/issues/17746
Signed-off-by: Ronak Jain <ronakjain@outlook.in>
doc/dev/quick_guide.rst

index 37a444dffa92c5922d276d45a3844425f23764dd..4378934289d725ca644a132ff5764de3dacec917 100644 (file)
@@ -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