From: Andy Bavier Date: Wed, 6 Jul 2011 18:48:47 +0000 (-0400) Subject: Undo GENICloud-specific change to PL SM X-Git-Tag: sfa-1.0-27~24^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0fe42f8670263dbbaf96937c25b0f47d1b7a362e;p=sfa.git Undo GENICloud-specific change to PL SM --- diff --git a/sfa/managers/slice_manager_pl.py b/sfa/managers/slice_manager_pl.py index 7ceecd15..c38722ea 100644 --- a/sfa/managers/slice_manager_pl.py +++ b/sfa/managers/slice_manager_pl.py @@ -129,10 +129,6 @@ def ListResources(api, creds, options, call_id): if caller_hrn == aggregate and aggregate != api.hrn: continue - # For GENICloud - if aggregate == api.hrn: - continue - # get the rspec from the aggregate server = api.aggregates[aggregate] #threads.run(server.ListResources, credentials, my_opts, call_id)