-invirt-xen-config (0.0.38~glasgall11ubuntu1) UNRELEASED; urgency=low
+invirt-xen-config (0.0.38~glasgall13) precise; urgency=low
+
+ * Undo enabling network-bridge; we want to manage our own bridge config
+ now. Oh, irony.
+
+ -- Adam Glasgall <glasgall@mit.edu> Mon, 06 May 2013 19:14:41 -0400
+
+invirt-xen-config (0.0.38~glasgall12) precise; urgency=low
* xm was expecting a string and was getting a unistring for machine
name, which resulted in the VM name always being
'invirt-database'. Use passed-in machine_name instead, since that will
be a string. IBTSOCS.
- -- Adam Glasgall <glasgall@mit.edu> Sat, 27 Apr 2013 00:21:21 -0400
+ -- Adam Glasgall <glasgall@mit.edu> Mon, 06 May 2013 19:14:23 -0400
invirt-xen-config (0.0.38~glasgall11) precise; urgency=low
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/^(\# )?\(network-script network-bridge\)/(network-script 'network-bridge')/m or die;
s/^\(dom0-min-mem [0-9]*\)/(dom0-min-mem 1536)/m or die;
s/\$(\{XEN_CONFIG_DIR\})/$1/m or die;
print;