]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix for Swift key command 477/head
authorJP François <francoisjp@gmail.com>
Thu, 1 Aug 2013 10:24:22 +0000 (12:24 +0200)
committerJP François <francoisjp@gmail.com>
Thu, 1 Aug 2013 10:24:22 +0000 (12:24 +0200)
When creating a secret key for the Swift user, the command without the --gen-secret option generates an empty key.

doc/start/quick-rgw.rst

index 76d4e2630a3d2ac73e5da68557aa5ff3c67a02b7..af48a3154c1bc310934cd1e5610ccfe243bb5c37 100644 (file)
@@ -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