]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixed a few typos.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 1 Oct 2013 22:36:00 +0000 (15:36 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 1 Oct 2013 22:36:00 +0000 (15:36 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/federated-config.rst

index 13c30e583a110f727a1b113105677b586d909a7d..6ba0f90d27b82b1e45c9429eea71e97580accf00 100644 (file)
@@ -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.