From 0fe42f8670263dbbaf96937c25b0f47d1b7a362e Mon Sep 17 00:00:00 2001
From: Andy Bavier <acb@cs.princeton.edu>
Date: Wed, 6 Jul 2011 14:48:47 -0400
Subject: [PATCH] Undo GENICloud-specific change to PL SM

---
 sfa/managers/slice_manager_pl.py | 4 ----
 1 file changed, 4 deletions(-)

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)
-- 
2.47.0