Add support for IPv6 to machine and cluster chart
[icn.git] / tools / vagrant / create_provisioning_network.sh
index c2f125c..67eaa02 100755 (executable)
@@ -9,7 +9,7 @@ else
     cat <<EOF >${site}-provisioning-network.xml
 <network>
   <name>${site}-provisioning</name>
-  <bridge name="${site}0"/>
+  <bridge name="${site}1"/>
 </network>
 EOF
     virsh -c qemu:///system net-define ${site}-provisioning-network.xml