From 8c79959557d60f619adf1a3ed1b5bd1112ceaabb Mon Sep 17 00:00:00 2001 From: Ronak Jain Date: Fri, 13 Jan 2017 16:57:45 +0530 Subject: [PATCH] Doc: Fixes Python Swift client commands Fixes: http://tracker.ceph.com/issues/17746 Signed-off-by: Ronak Jain --- doc/dev/quick_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index 37a444dffa92..4378934289d7 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 -- 2.47.3