From: Redouane Kachach Date: Tue, 11 Oct 2022 10:24:53 +0000 (+0200) Subject: removing normal user creation as it's not needed for rgw multisite X-Git-Tag: v18.1.0~723^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a5bcc8db7ce9676cdf2cceab96607bda84cdc4d;p=ceph.git removing normal user creation as it's not needed for rgw multisite Signed-off-by: Redouane Kachach --- diff --git a/src/python-common/ceph/rgw/rgwam_core.py b/src/python-common/ceph/rgw/rgwam_core.py index 8f1be630a3b8..d6b42bcd4a12 100644 --- a/src/python-common/ceph/rgw/rgwam_core.py +++ b/src/python-common/ceph/rgw/rgwam_core.py @@ -537,7 +537,6 @@ class RGWAM: secret = sys_user.keys[0].secret_key self.zone_op().modify(zone, zonegroup, None, None, access_key, secret) self.update_period(realm, zonegroup) - self.create_normal_user(zonegroup, zone) if start_radosgw: # Instruct the orchestrator to start RGW daemons, asynchronically, this will