Merge "Change 1-subnet to public1-subnet in tools/init-runonce"

This commit is contained in:
Jenkins 2017-01-23 16:24:45 +00:00 committed by Gerrit Code Review
commit f03b939ed4

View File

@ -52,7 +52,7 @@ openstack network create --external --provider-physical-network physnet1 \
--provider-network-type flat public1
openstack subnet create --no-dhcp \
--allocation-pool start=10.0.2.150,end=10.0.2.199 --network public1 \
--subnet-range 10.0.2.0/24 --gateway 10.0.2.1 1-subnet
--subnet-range 10.0.2.0/24 --gateway 10.0.2.1 public1-subnet
openstack network create --provider-network-type vxlan demo-net
openstack subnet create --subnet-range 10.0.0.0/24 --network demo-net \