rgw/zone: remove duplicated startup logic in RGWSI_Zone
SiteConfig had already loaded the correct configuration without all of
the crazy search_realm_with_zone() stuff which is now confused by
defaults. remove all of this duplicated logic and rely on SiteConfig
removes functions search_realm_with_zone() create_default_zg() and
init_default_zone() which are no longer used
Fixes: https://tracker.ceph.com/issues/71291
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit
17805489404760c8fa45caa71786058a3984ed0d)
resolves rhbz#
2412273
Resolved Conflicts:
src/rgw/services/svc_zone.cc
src/rgw/services/svc_zone.h
(cherry picked from commit
bfa27a23d76f74c692e703426547a0f875cc2a57)