From: Tony Mack Date: Mon, 23 Aug 2010 18:58:18 +0000 (+0000) Subject: fix NameError (cred should be credential) X-Git-Tag: sfa-1.0-0~22 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=b448751536c93b610a0b724f63c0ad9a0fa9c8f0 fix NameError (cred should be credential) --- diff --git a/sfa/managers/slice_manager_pl.py b/sfa/managers/slice_manager_pl.py index 38ae0d60..60acc737 100644 --- a/sfa/managers/slice_manager_pl.py +++ b/sfa/managers/slice_manager_pl.py @@ -268,7 +268,7 @@ def get_rspec(api, creds, options): server = api.aggregates[aggregate] my_opts = copy(options) my_opts['geni_compressed'] = False - threads.run(server.ListResources, cred, my_opts) + threads.run(server.ListResources, credential, my_opts) #threads.run(server.get_resources, cred, xrn, origin_hrn) results = threads.get_results()