summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Jagiello <lukasz@wikia-inc.com>2013-09-04 16:33:57 +0200
committerLukasz Jagiello <lukasz@wikia-inc.com>2013-09-04 16:33:57 +0200
commita9a516a299005cd5cdfe2c52f3e657d4f985a593 (patch)
tree9491396286f3808c1622876709e0efc384b683d0
parentd9187a73c3e1f21f0be894e983feb4a7d495b729 (diff)
downloadceph-a9a516a299005cd5cdfe2c52f3e657d4f985a593.tar.gz
Correct syntax for generate swift key
-rw-r--r--doc/radosgw/config.rst4
-rw-r--r--doc/start/quick-rgw.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst
index 7dd9f9a93dd..684a50649ec 100644
--- a/doc/radosgw/config.rst
+++ b/doc/radosgw/config.rst
@@ -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
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