From e385c470ca3c58d5038d50a86380847bb6a5a56b Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Tue, 4 Apr 2017 15:04:47 +0200 Subject: Reworked helper scripts and fixed typos Added scripts for odl handling Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b Signed-off-by: juraj.linkes --- scripts/create_two_vms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create_two_vms.sh') 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 -- cgit 1.2.3-korg