xentaur

diff xendomain.py @ 66:aaf034af3a35

Merge of Xgurulla into Xentaur code. Not completed yet!!!

Now Xentaur can work with Amazon EC2,
but only with. Local domains management
is switched off temporarily.
author Igor Chubin <igor@chub.in>
date Sat Jan 09 20:20:08 2010 +0200 (2010-01-09)
parents cf823d27b029
children
line diff
     1.1 --- a/xendomain.py	Mon Oct 12 00:12:11 2009 +0300
     1.2 +++ b/xendomain.py	Sat Jan 09 20:20:08 2010 +0200
     1.3 @@ -45,7 +45,8 @@
     1.4  real_nodes=[]
     1.5  connection_table={}
     1.6  
     1.7 -exec 'from %s import *' % (network)
     1.8 +#exec 'from %s import *' % (network)
     1.9 +from network import *
    1.10  
    1.11  # overriden by network config
    1.12  ############################