Skip to content

Commit 4dc27cb

Browse files
committed
More chenges on deploy-basic-openstack-instance.sh
1 parent 1437e36 commit 4dc27cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy-basic-openstack-instance.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ quantum subnet-create ext_net --allocation-pool start=10.7.201.50,end=10.7.201.2
2121

2222
quantum router-gateway-set $ROUTERID1 $EXTNETID1
2323

24+
NETID1=`quantum net-show net1 | awk '{if (NR == 5) {print $4}}'`
2425
nova boot --flavor 1 --image "CentOS-6.4-x86_64-Minimal-OpenStack" --key-name key1 --nic net-id=$NETID1 vm1
2526

0 commit comments

Comments
 (0)