summaryrefslogtreecommitdiffstats
path: root/scripts/create_two_vms.sh
diff options
context:
space:
mode:
authorJuraj Linkeš <jlinkes@cisco.com>2017-05-03 13:24:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-03 13:24:14 +0000
commit6ad0c96f1b4383c3bcd651cc246843119f4e0e61 (patch)
treef7847d6e4bd7c418461e68d7f689a3a83ebc9b3b /scripts/create_two_vms.sh
parent1029ebce0186072709e22a44c2b0cbb5a41a4501 (diff)
parente385c470ca3c58d5038d50a86380847bb6a5a56b (diff)
Merge "Reworked helper scripts and fixed typos"
Diffstat (limited to 'scripts/create_two_vms.sh')
-rwxr-xr-xscripts/create_two_vms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_two_vms.sh b/scripts/create_two_vms.sh
index 10cc094..452e224 100755
--- a/scripts/create_two_vms.sh
+++ b/scripts/create_two_vms.sh
@@ -5,7 +5,7 @@ neutron net-create test-net
neutron subnet-create --name test-subnet test-net 192.168.20.0/24
# ATTACH NETWORK TO ROUTER
-echo "Attaching external and tenant networks to reouter"
+echo "Attaching external and tenant networks to router"
neutron router-create test-router
neutron router-interface-add test-router test-subnet
neutron router-gateway-set test-router external