From: John Wilkins Date: Tue, 1 Oct 2013 22:36:00 +0000 (-0700) Subject: doc: Fixed a few typos. X-Git-Tag: v0.73~26^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=482938af182bdba43f73bc3bef56878a886d2a3c;p=ceph.git doc: Fixed a few typos. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst index 13c30e583a11..6ba0f90d27b8 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.