fix NameError (cred should be credential)
authorTony Mack <tmack@cs.princeton.edu>
Mon, 23 Aug 2010 18:58:18 +0000 (18:58 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 23 Aug 2010 18:58:18 +0000 (18:58 +0000)
sfa/managers/slice_manager_pl.py

index 38ae0d6..60acc73 100644 (file)
@@ -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()