summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-10-01 15:36:00 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-10-01 15:36:00 -0700
commit482938af182bdba43f73bc3bef56878a886d2a3c (patch)
tree9ab63ac858b051bd42bb9e42453eb6b2bb68fee9
parent0d2a2c9c2293c5dcb92d15d7a4ae6bf78f55f793 (diff)
downloadceph-482938af182bdba43f73bc3bef56878a886d2a3c.tar.gz
doc: Fixed a few typos.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/radosgw/federated-config.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst
index 13c30e583a1..6ba0f90d27b 100644
--- a/doc/radosgw/federated-config.rst
+++ b/doc/radosgw/federated-config.rst
@@ -132,11 +132,11 @@ Create Regions
#. Set the new region as the default region. ::
- radosgw-admin region default --rgw-region=r1
+ sudo radosgw-admin region default --rgw-region=ny
#. Update the region map. ::
- radosgw-admin regionmap update
+ sudo radosgw-admin regionmap update
@@ -147,8 +147,8 @@ Create zone users before configuring the zones. ::
sudo radosgw-admin user create --uid="ny-ny" --display-name="Region-NY Zone-NY"
sudo radosgw-admin user create --uid="ny-ldn" --display-name="Region-NY Zone-LDN"
- sudo radosgw-admin user create --uid="ldn-ny" --display-name="Region-LDN Zone-LDN"
- sudo radosgw-admin user create --uid="ldn-ldn" --display-name="Region-LDN Zone-NY"
+ sudo radosgw-admin user create --uid="ldn-ldn" --display-name="Region-LDN Zone-LDN"
+ sudo radosgw-admin user create --uid="ldn-ny" --display-name="Region-LDN Zone-NY"
Copy the ``access_key`` and ``secret_key`` fields for each user. You will need them
to configure each zone.