summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP François <francoisjp@gmail.com>2013-08-01 12:24:22 +0200
committerJP François <francoisjp@gmail.com>2013-08-01 12:24:22 +0200
commitef20542c2a2e0aa591c6e8f554bc371af4486990 (patch)
tree94898f67fffdb078004ce1d808bf867b2e52d557
parent3fa1cd20b5d091ec997cf15251586d77f3cf079b (diff)
downloadceph-ef20542c2a2e0aa591c6e8f554bc371af4486990.tar.gz
Fix for Swift key command
When creating a secret key for the Swift user, the command without the --gen-secret option generates an empty key.
-rw-r--r--doc/start/quick-rgw.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/start/quick-rgw.rst b/doc/start/quick-rgw.rst
index 76d4e2630a3..af48a3154c1 100644
--- a/doc/start/quick-rgw.rst
+++ b/doc/start/quick-rgw.rst
@@ -306,7 +306,7 @@ Next, create a subuser for the Swift-compatible interface. ::
::
- sudo radosgw-admin key create --subuser=johndoe:swift --key-type=swift
+ sudo radosgw-admin key create --subuser=johndoe:swift --key-type=swift --gen-secret
.. code-block:: javascript
@@ -348,4 +348,4 @@ tutorials. See the `S3-compatible`_ and `Swift-compatible`_ APIs for details.
.. _Ceph Object Storage Manual Install: ../../radosgw/manual-install
.. _RGW Configuration: ../../radosgw/config
.. _S3-compatible: ../../radosgw/s3
-.. _Swift-compatible: ../../radosgw/swift \ No newline at end of file
+.. _Swift-compatible: ../../radosgw/swift