]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Correct syntax for generate swift key 564/head
authorLukasz Jagiello <lukasz@wikia-inc.com>
Wed, 4 Sep 2013 14:33:57 +0000 (16:33 +0200)
committerLukasz Jagiello <lukasz@wikia-inc.com>
Wed, 4 Sep 2013 14:33:57 +0000 (16:33 +0200)
doc/radosgw/config.rst
doc/start/quick-rgw.rst

index 7dd9f9a93dd913d5be4681a025444c051a0f392e..684a50649ecaf2533d4b667ecdca89e39573d327 100644 (file)
@@ -333,7 +333,7 @@ subuser and a Swift access key.
 
 ::
 
-  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
 
@@ -449,4 +449,4 @@ on client the machine(s).
 .. _Pool Configuration: ../../rados/configuration/pool-pg-config-ref/
 .. _Pools: ../../rados/operations/pools
 .. _Cephx Guide: ../../rados/operations/authentication/#cephx-guide
-.. _Operating a Cluster: ../../rados/rados/operations/operating
\ No newline at end of file
+.. _Operating a Cluster: ../../rados/rados/operations/operating
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