do not attempt to import peer sites (this is an alternate form of federation that...
authorTony Mack <tmack@cs.princeton.edu>
Wed, 27 May 2009 17:09:33 +0000 (17:09 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 27 May 2009 17:09:33 +0000 (17:09 +0000)
geni/gimport.py

index 588c755..338a674 100755 (executable)
@@ -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)