]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Doc: Fixes Python Swift client commands 13043/head
authorRonak Jain <ronakjain@outlook.in>
Fri, 13 Jan 2017 11:27:45 +0000 (16:57 +0530)
committerNathan Cutler <ncutler@suse.com>
Sat, 21 Jan 2017 21:21:05 +0000 (22:21 +0100)
Fixes: http://tracker.ceph.com/issues/17746
Signed-off-by: Ronak Jain <ronakjain@outlook.in>
(cherry picked from commit 8c79959557d60f619adf1a3ed1b5bd1112ceaabb)

doc/dev/quick_guide.rst

index 6a4fe08eb4fc339ebf7169eda4850de94e335149..adc764363bb15f072fd15eb9da100c7e0b782bab 100644 (file)
@@ -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