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 || \
38
38
openstack network show private || openstack network create private --share
39
39
openstack subnet show priv_sub || openstack subnet create priv_sub --subnet-range 192.168.0.0/24 --network private
40
40
openstack 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
43
43
openstack router show priv_router || {
44
44
openstack router create priv_router
45
45
openstack router add subnet priv_router priv_sub
You can’t perform that action at this time.
0 commit comments