X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=geni%2Fslicemgr.py;h=87fcc0f47dbbba5751ee122db96e2ab871896c67;hb=1d53363bdbaecfeefc63275c268dd60ea3167fcf;hp=913892380932f75802703bf7b823a5221b47154f;hpb=e6e3ad86819ff0104dbd6ebfebb7c7df9d075ffc;p=sfa.git diff --git a/geni/slicemgr.py b/geni/slicemgr.py index 91389238..87fcc0f4 100644 --- a/geni/slicemgr.py +++ b/geni/slicemgr.py @@ -39,7 +39,7 @@ class SliceMgr(GeniServer): # @param key_file private key filename of registry # @param cert_file certificate filename containing public key (could be a GID file) - def __init__(self, ip, port, key_file, cert_file, config = "/usr/share/geniwrapper/geni/util/geni_config"): + def __init__(self, ip, port, key_file, cert_file, config = os.getcwd() + "/geni/util/geni_config"): GeniServer.__init__(self, ip, port, key_file, cert_file) self.key_file = key_file self.cert_file = cert_file