Typo
authorMitchell E Berger <mitchb@mit.edu>
Thu, 17 May 2018 07:40:45 +0000 (03:40 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Thu, 17 May 2018 07:40:45 +0000 (03:40 -0400)
templatize-xend-config

index a660b13..11b04f9 100755 (executable)
@@ -17,7 +17,7 @@ if internal_ip is None:
 %>
 EOF
 
 %>
 EOF
 
-s/^\#?\(xend-relocation server [a-z]*\)/(xend-relocation-server yes)/m or die;
+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;
 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;