]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/rgw: rename endpoints to zone_endpoints to match rgw spec 50021/head
authorNizamudeen A <nia@redhat.com>
Tue, 7 Feb 2023 19:14:37 +0000 (00:44 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 7 Feb 2023 19:14:37 +0000 (00:44 +0530)
commit252a2d9340572d6921448e9acad5c65fba426ac7
tree55f45d482dceaa674c71b5181fc00b1025e4c1ff
parentdba4451996eac8d198ca5901bd9a574c91c4b943
mgr/rgw: rename endpoints to zone_endpoints to match rgw spec

As per the docs (and the codes), the rgw_spec.endpoint should actually
be rgw_spec.zone_endpoint.

```
rgw_realm: myrealm
rgw_zonegroup: myzonegroup
rgw_zone: myzone
zone_endpoints: http://<rgw_host1>:<rgw_port1>, http://<rgw_host2>:<rgw_port2>
```
Refer: https://docs.ceph.com/en/latest/mgr/rgw/#rgw-realm-operations

Signed-off-by: Nizamudeen A <nia@redhat.com>
src/python-common/ceph/rgw/rgwam_core.py