commit | 72eab2276e264bc40417df7d1f16d8c0111cf8a2 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 23:38:18 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 23:38:18 2011 -0800 |
tree | cbc760c3e99e4aa20cbd725ed986bd187f29a552 | |
parent | 8b47cdf15ac0c0611503f688df376faf36172e43 [diff] [blame] |
fix network name in libvirt.xml
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 33a6a27..ad35b2a 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -135,7 +135,7 @@ </disk> <interface type='network'> - <source network='devstack-$GUEST_NETWORK'/> + <source network='$NET_NAME'/> </interface> <!-- The order is significant here. File must be defined first -->