svn path=/trunk/packages/invirt-xen-config/; revision=1635
+invirt-xen-config (0.0.15) unstable; urgency=low
+
+ * Set the max memory to a really high number so we can bump it for users
+
+ -- Evan Broder <broder@mit.edu> Thu, 13 Nov 2008 23:23:24 -0500
+
invirt-xen-config (0.0.14) unstable; urgency=low
* Throw away any output from LVM commands while starting sysvms
check(cdrom is not None)
memory = machine.memory
-maxmem = memory
+maxmem = '2048'
check(re.match('^[A-Za-z0-9][A-Za-z0-9._-]*$', machine.name))
name = prefix + machine.name
check(re.match('^[0-9a-f-]+$', machine.uuid))