diff --git a/tools/init-runonce b/tools/init-runonce index 0cb06d6889614d706aea812649d7e794135a1a26..dcbb13ae098f370c73874d35666324f7b9482c70 100755 --- a/tools/init-runonce +++ b/tools/init-runonce @@ -85,7 +85,7 @@ if [[ $ENABLE_EXT_NET -eq 1 ]]; then --subnet-range ${EXT_NET_CIDR} --gateway ${EXT_NET_GATEWAY} public1-subnet fi -$KOLLA_OPENSTACK_COMMAND network create --provider-network-type vxlan demo-net +$KOLLA_OPENSTACK_COMMAND network create demo-net $KOLLA_OPENSTACK_COMMAND subnet create --subnet-range 10.0.0.0/24 --network demo-net \ --gateway 10.0.0.1 --dns-nameserver 8.8.8.8 demo-subnet