xen-drbd
diff xen-drbd-start.py @ 40:26d7bae7dcde
path to network file
author | igor@manas.xt.vpn |
---|---|
date | Mon Sep 22 15:14:08 2008 +0300 (2008-09-22) |
parents | 30671fe7fd79 |
children | a2e536ffabf7 |
line diff
1.1 --- a/xen-drbd-start.py Thu Sep 18 11:42:52 2008 +0300 1.2 +++ b/xen-drbd-start.py Mon Sep 22 15:14:08 2008 +0300 1.3 @@ -10,7 +10,7 @@ 1.4 #sys.path.append('/etc/xen') 1.5 1.6 try: 1.7 - execfile(network) 1.8 + execfile('/etc/xen/'+network) 1.9 except: 1.10 print "Can't find or interpret module %s with topology description" %(network) 1.11 sys.exit(1)