From 482938af182bdba43f73bc3bef56878a886d2a3c Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Tue, 1 Oct 2013 15:36:00 -0700 Subject: [PATCH] doc: Fixed a few typos. Signed-off-by: John Wilkins --- doc/radosgw/federated-config.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst index 13c30e583a110..6ba0f90d27b82 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. -- 2.39.5