From: Tony Mack Date: Wed, 27 May 2009 17:09:33 +0000 (+0000) Subject: do not attempt to import peer sites (this is an alternate form of federation that... X-Git-Tag: sfa-0.9-0@14641~360 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ac1e087f09dca0e11a45b45cab2e5aa200a33a04;p=sfa.git do not attempt to import peer sites (this is an alternate form of federation that will be ignored by geniwrapper) --- diff --git a/geni/gimport.py b/geni/gimport.py index 588c7559..338a6747 100755 --- a/geni/gimport.py +++ b/geni/gimport.py @@ -389,7 +389,7 @@ def main(): connect_shell() - sites = shell.GetSites(pl_auth) + sites = shell.GetSites(pl_auth, {'peer_id': None}) for site in sites: import_site(import_auth, site)