projects
/
invirt/packages/invirt-xen-config.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Set the maximum memory to a really high number so we can bump it later
[invirt/packages/invirt-xen-config.git]
/
invirt-database
diff --git
a/invirt-database
b/invirt-database
index
4f793ed
..
f04f971
100644
(file)
--- a/
invirt-database
+++ b/
invirt-database
@@
-25,7
+25,7
@@
if 'cdrom_image' in locals():
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))