commit | a6282623449666f945d6a3e569513486513eb9cf | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 18:39:33 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 18:39:33 2011 -0700 |
tree | f551290aed20fa9eb3b036cc445f344d6ed94f20 | |
parent | f5a76919b3da9a6a4c3a9a84b2455293b91e2711 [diff] [blame] |
let dhcp work
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 5d93da3..5f85486 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -93,7 +93,11 @@ <name>devstack-$GUEST_NETWORK</name> <bridge name="stackbr%d" /> <forward/> - <ip address="$GUEST_GATEWAY" netmask="$GUEST_NETMASK" /> + <ip address="$GUEST_GATEWAY" netmask="$GUEST_NETMASK"> + <dhcp> + <range start='192.168.$GUEST_NETWORK.2' end='192.168.$GUEST_NETWORK.32' /> + </dhcp> + </ip> </network> EOF