fix network name in libvirt.xml
This commit is contained in:
parent
8b47cdf15a
commit
72eab2276e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ cat > $LIBVIRT_XML <<EOF
|
|||
</disk>
|
||||
|
||||
<interface type='network'>
|
||||
<source network='devstack-$GUEST_NETWORK'/>
|
||||
<source network='$NET_NAME'/>
|
||||
</interface>
|
||||
|
||||
<!-- The order is significant here. File must be defined first -->
|
||||
|
|
Loading…
Reference in a new issue