X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/blobdiff_plain/7ba21cb807684b4773aa497b7c654d1ed7d68bfb..0.0.60:/templatize-xend-config?ds=inline diff --git a/templatize-xend-config b/templatize-xend-config index 1dc1a3a..11b04f9 100755 --- a/templatize-xend-config +++ b/templatize-xend-config @@ -17,6 +17,7 @@ if internal_ip is None: %> EOF +s/^\#?\(xend-relocation-server [a-z]*\)/(xend-relocation-server yes)/m or die; s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die; s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die; # s/^(\# )?\(network-script network-bridge\)/(network-script 'network-bridge')/m or die;