XenAPI: Default JEOS VM to only use 1GB RAM

While Devstack needs 4GB RAM (or more!) the JEOS
used as the base for the Devstack VM for XenServer
needs much less.  Allowing the initial install to
use 1GB means we have lower requirements overall

Change-Id: Iecaeeb4db0dffcc43c5532b5d57cb041d47047a6
This commit is contained in:
Bob Ball 2015-03-06 21:11:55 +00:00
parent bf8881e6c2
commit 1340ee72bf

View File

@ -227,7 +227,7 @@ if [ -z "$templateuuid" ]; then
-n "$UBUNTU_INST_BRIDGE_OR_NET_NAME" \
-l "$GUEST_NAME"
set_vm_memory "$GUEST_NAME" "$OSDOMU_MEM_MB"
set_vm_memory "$GUEST_NAME" "1024"
xe vm-start vm="$GUEST_NAME"