doc/rgw/multisite: remove redundant --endpoints from zone create

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2022-07-05 12:58:01 -04:00
parent 8c4b3ea4e3
commit 09034ff09a

View File

@ -387,9 +387,9 @@ the master zone of the master zone group. Execute the following:
::
# radosgw-admin zone create --rgw-zonegroup={zone-group-name}\
--rgw-zone={zone-name} --endpoints={url} \
--access-key={system-key} --secret={secret}\
# radosgw-admin zone create --rgw-zonegroup={zone-group-name} \
--rgw-zone={zone-name} \
--access-key={system-key} --secret={secret} \
--endpoints=http://{fqdn}:80 \
[--read-only]