xentaur

diff examples/example1.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 54b7c7ae50ec
children
line diff
     1.1 --- a/examples/example1.py	Fri Sep 28 13:35:54 2007 +0300
     1.2 +++ b/examples/example1.py	Sat Jan 09 20:20:08 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  import os
     1.5  domain=os.environ['xendomain']
     1.6  
     1.7 -network='netw'
     1.8 +network='example1'
     1.9  
    1.10  domains =       [ 'qua1',   'qua2',   'dyn3',     'qua4',   'qua5',   'dyn6',    'cisco1', 'linux1', 'windows1', 'mac1' ]
    1.11  domain_types =  [ 'quagga', 'quagga', 'xenomips', 'quagga', 'quagga', 'xenomips','cisco',  'linux',  'windows', 'macosx' ]