Skip to content

Commit 7a2be8a

Browse files
authored
Merge pull request #54864 from cbodley/wip-mgr-rgw-realm-name
mgr/rgwam: period doesn't have a realm_name anymore Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
2 parents e490c8d + 3d67d7a commit 7a2be8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/python-common/ceph/rgw/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def __init__(self, period_dict):
117117
self.epoch = period_dict['epoch']
118118
self.master_zone = period_dict['master_zone']
119119
self.master_zonegroup = period_dict['master_zonegroup']
120-
self.realm_name = period_dict['realm_name']
121120
self.realm_id = period_dict['realm_id']
122121
pm = period_dict['period_map']
123122
self.zonegroups_by_id = {}

0 commit comments

Comments
 (0)