X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplc%2Fapi.py;h=7bfee91a93b1bd1b2bc65f4d13a0c7a533369a8f;hb=f7cb26f8938cd6b15514f6187a5a9cdd3d5e2fed;hp=5af31ec23bc9497d06c5d988161ca6989bcfb399;hpb=7f4f8e8f2590fb01254ade6584455caedf668821;p=sfa.git diff --git a/sfa/plc/api.py b/sfa/plc/api.py index 5af31ec2..7bfee91a 100644 --- a/sfa/plc/api.py +++ b/sfa/plc/api.py @@ -175,7 +175,7 @@ class GeniAPI: Get our credential from a remote registry using a geniclient connection """ type = 'authority' - path = self.config.SFA_BASE_DIR + path = self.config.SFA_DATA_DIR filename = ".".join([self.interface, self.hrn, type, "cred"]) cred_filename = path + os.sep + filename try: @@ -245,7 +245,7 @@ class GeniAPI: # see if this file exists # XX This is really the aggregate's credential. Using this is easier than getting # the registry's credential from iteslf (ssl errors). - ma_cred_filename = self.config.SFA_BASE_DIR + os.sep + self.interface + self.hrn + ".ma.cred" + ma_cred_filename = self.config.SFA_DATA_DIR + os.sep + self.interface + self.hrn + ".ma.cred" try: self.credential = Credential(filename = ma_cred_filename) except IOError: