From 09034ff09a59737a661a64a6f3c56c6e6aac2564 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 5 Jul 2022 12:58:01 -0400 Subject: [PATCH] doc/rgw/multisite: remove redundant --endpoints from zone create Signed-off-by: Casey Bodley --- doc/radosgw/multisite.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index 4a1d8e12c2cc4..93b98f39a7bb7 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -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] -- 2.39.5