From 8a5bcc8db7ce9676cdf2cceab96607bda84cdc4d Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Tue, 11 Oct 2022 12:24:53 +0200 Subject: [PATCH] removing normal user creation as it's not needed for rgw multisite Signed-off-by: Redouane Kachach --- src/python-common/ceph/rgw/rgwam_core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python-common/ceph/rgw/rgwam_core.py b/src/python-common/ceph/rgw/rgwam_core.py index 8f1be630a3b80..d6b42bcd4a127 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 -- 2.39.5