update xend-config.sxp transformer for newer default config
authorAdam Glasgall <glasgall@mit.edu>
Sun, 24 Mar 2013 21:38:25 +0000 (17:38 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Sun, 24 Mar 2013 21:38:25 +0000 (17:38 -0400)
debian/changelog
debian/transform_xend-config.sxp.invirt.mako

index eb1eee6..cfb7147 100644 (file)
@@ -1,8 +1,9 @@
-invirt-xen-config (0.0.38~glasgall1ubuntu1) UNRELEASED; urgency=low
+invirt-xen-config (0.0.38~glasgall2) precise; urgency=low
 
   * Bump xen-utils dependency
+  * Update xend-config.sxp transformer for newer default config
 
- -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 23:29:42 -0700
+ -- Adam Glasgall <glasgall@mit.edu>  Sun, 24 Mar 2013 17:37:05 -0400
 
 invirt-xen-config (0.0.38~glasgall1) precise; urgency=low
 
index 90555e7..cd0a632 100755 (executable)
@@ -18,6 +18,6 @@ if internal_ip is None:
 EOF
 
 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/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
 s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
 print;