Skip to content

Commit 66a6a47

Browse files
committed
Bug fixes
1 parent 7686af4 commit 66a6a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-basic-openstack-instance.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir -p ~/.ssh
99
nova keypair-add key1 > ~/.ssh/id_rsa
1010
chmod 600 ~/.ssh/id_rsa
1111

12-
NET1=`quantum net-create net1 | awk '{if (NR == 6) {print $4}}'`
12+
NETID1=`quantum net-create net1 | awk '{if (NR == 6) {print $4}}'`
1313
SUBNETID1=`quantum subnet-create net1 10.0.1.0/24 --dns_nameservers list=true 8.8.8.8 | awk '{if (NR == 11) {print $4}}'`
1414

1515
ROUTERID1=`quantum router-create router1 | awk '{if (NR == 7) {print $4}}'`

0 commit comments

Comments
 (0)