From: Tony Mack Date: Tue, 9 Jun 2009 22:21:51 +0000 (+0000) Subject: the 'authorities' hierarchy will be created in the same directory as the geni config... X-Git-Tag: sfa-0.9-0@14641~320 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3233d10a29dd46f1b91b41c3d9e6414112b34128;p=sfa.git the 'authorities' hierarchy will be created in the same directory as the geni config files (in most cases this will be /etc/geni/) --- diff --git a/geni/util/hierarchy.py b/geni/util/hierarchy.py index 11469632..d52d5d28 100644 --- a/geni/util/hierarchy.py +++ b/geni/util/hierarchy.py @@ -106,7 +106,7 @@ class Hierarchy(): def __init__(self, basedir = None): if not basedir: config = Config() - basedir = config.basepath + os.sep + "authorities" + basedir = config.config_path + os.sep + "authorities" self.basedir = basedir ## # Given a hrn, return the filenames of the GID, private key, and dbinfo