File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ openstack flavor show m1.small || \
3838openstack network show private || openstack network create private --share
3939openstack subnet show priv_sub || openstack subnet create priv_sub --subnet-range 192.168.0.0/24 --network private
4040openstack network show public || openstack network create public --external --provider-network-type flat --provider-physical-network datacentre
41- openstack subnet show pub_sub || \
42- openstack subnet create pub_sub --subnet-range 192.168.122.0/24 --allocation-pool start=192.168.122.200 ,end=192.168.122.210 --gateway 192.168.122.1 --no -dhcp --network public
41+ openstack subnet show public_subnet || \
42+ openstack subnet create public_subnet --subnet-range 192.168.122.0/24 --allocation-pool start=192.168.122.171 ,end=192.168.122.250 --gateway 192.168.122.1 --dhcp --network public
4343openstack router show priv_router || {
4444 openstack router create priv_router
4545 openstack router add subnet priv_router priv_sub
You can’t perform that action at this time.
0 commit comments