4 from invirt.config import structs as cfg
6 hostname = os.uname()[1].split('.')[0]
10 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${hostname}-internal')/m or die;
11 s/^\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
12 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;