From ac1e087f09dca0e11a45b45cab2e5aa200a33a04 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 27 May 2009 17:09:33 +0000 Subject: [PATCH] do not attempt to import peer sites (this is an alternate form of federation that will be ignored by geniwrapper) --- geni/gimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.0