Undo GENICloud-specific change to PL SM
authorAndy Bavier <acb@cs.princeton.edu>
Wed, 6 Jul 2011 18:48:47 +0000 (14:48 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Wed, 6 Jul 2011 18:48:47 +0000 (14:48 -0400)
sfa/managers/slice_manager_pl.py

index 7ceecd1..c38722e 100644 (file)
@@ -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)