This commit is contained in:
Jesse Andrews 2011-11-05 18:49:36 -07:00
parent a628262344
commit 63fa7abd56

View file

@ -95,7 +95,7 @@ cat > $NET_XML <<EOF
<forward/> <forward/>
<ip address="$GUEST_GATEWAY" netmask="$GUEST_NETMASK"> <ip address="$GUEST_GATEWAY" netmask="$GUEST_NETMASK">
<dhcp> <dhcp>
<range start='192.168.$GUEST_NETWORK.2' end='192.168.$GUEST_NETWORK.32' /> <range start='192.168.$GUEST_NETWORK.100' end='192.168.$GUEST_NETWORK.120' />
</dhcp> </dhcp>
</ip> </ip>
</network> </network>
@ -155,7 +155,7 @@ cat > $LIBVIRT_XML <<EOF
EOF EOF
# Create the instance # Create the instance
cd $vm_dir && virsh create libvirt.xml virsh create $vm_dir/libvirt.xml
# Tail the console log till we are done # Tail the console log till we are done
WAIT_TILL_LAUNCH=${WAIT_TILL_LAUNCH:-1} WAIT_TILL_LAUNCH=${WAIT_TILL_LAUNCH:-1}