We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7686af4 commit 66a6a47Copy full SHA for 66a6a47
deploy-basic-openstack-instance.sh
@@ -9,7 +9,7 @@ mkdir -p ~/.ssh
9
nova keypair-add key1 > ~/.ssh/id_rsa
10
chmod 600 ~/.ssh/id_rsa
11
12
-NET1=`quantum net-create net1 | awk '{if (NR == 6) {print $4}}'`
+NETID1=`quantum net-create net1 | awk '{if (NR == 6) {print $4}}'`
13
SUBNETID1=`quantum subnet-create net1 10.0.1.0/24 --dns_nameservers list=true 8.8.8.8 | awk '{if (NR == 11) {print $4}}'`
14
15
ROUTERID1=`quantum router-create router1 | awk '{if (NR == 7) {print $4}}'`
0 commit comments