From bcd4698115011810e7a8370ef04a5c3f0b9a3fb0 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 (cherry picked from commit 8c79959557d60f619adf1a3ed1b5bd1112ceaabb) --- 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 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 -- 2.47.3