summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs/gluster/gluster_base_class.py')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/gluster_base_class.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py b/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
index 87ab97008..e8ade17a1 100644
--- a/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
+++ b/glustolibs-gluster/glustolibs/gluster/gluster_base_class.py
@@ -559,6 +559,8 @@ class GlusterBaseClass(TestCase):
['cluster_config'])
except KeyError:
cls.geo_rep_info = {}
+ cls.geo_rep_info['root'] = {}
+ cls.geo_rep_info['user'] = {}
cls.geo_rep_info['root']['password'] = ''
cls.geo_rep_info['user']['name'] = ''
cls.geo_rep_info['user']['password'] = ''