move trusted_roots directory to /etc/geni
authorTony Mack <tmack@cs.princeton.edu>
Mon, 22 Jun 2009 14:21:24 +0000 (14:21 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 22 Jun 2009 14:21:24 +0000 (14:21 +0000)
geni/util/trustedroot.py

index f2ec35a..7f9f738 100644 (file)
@@ -7,7 +7,7 @@ class TrustedRootList():
     def __init__(self, dir=None):
         if not dir:
             config = Config()
-            dir = config.basepath + os.sep + 'trusted_roots'
+            dir = config.config_path + os.sep + 'trusted_roots'
         self.basedir = dir
         
         # create the directory to hold the files