X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fconfig.py;h=b6c62c0b6b7b94c2b2e6f92ff459da0a1117ad65;hb=a3bf61fdc8315c475c07d733aac3b49981c42825;hp=d58243e04459edd88c415eba15c67b1967170149;hpb=950153a447b02cdb987c939cac32e63caa8cf3aa;p=sfa.git diff --git a/sfa/util/config.py b/sfa/util/config.py index d58243e0..b6c62c0b 100644 --- a/sfa/util/config.py +++ b/sfa/util/config.py @@ -41,6 +41,9 @@ class Config: except IOError, e: raise IOError, "Could not find the configuration file: %s" % config_file + def get_trustedroots_dir(self): + return self.config_path + os.sep + 'trusted_roots' + def get_openflow_aggrMgr_info(self): aggr_mgr_ip = 'localhost' if (hasattr(self,'OPENFLOW_AGGREGATE_MANAGER_IP')):