]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rgw/rgw_multi/zone_es.py
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / rgw / rgw_multi / zone_es.py
index dccab4093d152835e8aecc0708a58dba280ec7d6..55edae7292017abf84300ad8b0a9cfae0b5ae7dc 100644 (file)
@@ -254,3 +254,7 @@ class ESZone(Zone):
         return self.Conn(self, credentials)
 
 
+class ESZoneConfig:
+    def __init__(self, cfg, section):
+        self.endpoint = cfg.get(section, 'endpoint')
+