From d7943d6248e8679c3f5ffc2e0c04ba3b283e890e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 23 Aug 2010 21:36:46 +0000 Subject: [PATCH] no need to get origin hrn here --- sfa/managers/aggregate_manager_pl.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sfa/managers/aggregate_manager_pl.py b/sfa/managers/aggregate_manager_pl.py index 54c65836..2b02c3a0 100644 --- a/sfa/managers/aggregate_manager_pl.py +++ b/sfa/managers/aggregate_manager_pl.py @@ -228,11 +228,6 @@ def get_rspec(api, creds, options): xrn = options.get('geni_slice_urn', None) hrn, type = urn_to_hrn(xrn) - # get hrn of the original caller - origin_hrn = options.get('origin_hrn', None) - if not origin_hrn: - origin_hrn = Credential(string=creds[0]).get_gid_caller().get_hrn() - # look in cache first if api.cache and not xrn: rspec = api.cache.get('nodes') -- 2.43.0