We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1437e36 commit 4dc27cbCopy full SHA for 4dc27cb
deploy-basic-openstack-instance.sh
@@ -21,5 +21,6 @@ quantum subnet-create ext_net --allocation-pool start=10.7.201.50,end=10.7.201.2
21
22
quantum router-gateway-set $ROUTERID1 $EXTNETID1
23
24
+NETID1=`quantum net-show net1 | awk '{if (NR == 5) {print $4}}'`
25
nova boot --flavor 1 --image "CentOS-6.4-x86_64-Minimal-OpenStack" --key-name key1 --nic net-id=$NETID1 vm1
26
0 commit comments