diff options
author | juraj.linkes <jlinkes@cisco.com> | 2017-04-04 15:04:47 +0200 |
---|---|---|
committer | juraj.linkes <jlinkes@cisco.com> | 2017-05-03 15:23:35 +0200 |
commit | e385c470ca3c58d5038d50a86380847bb6a5a56b (patch) | |
tree | 24d04da8a20290de37053589fdba9cc31d9e6b70 /scripts/create_two_vms.sh | |
parent | d00c547178fdf5637a3b42112f5c3e6ae29fb260 (diff) |
Reworked helper scripts and fixed typos
Added scripts for odl handling
Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b
Signed-off-by: juraj.linkes <jlinkes@cisco.com>
Diffstat (limited to 'scripts/create_two_vms.sh')
-rwxr-xr-x | scripts/create_two_vms.sh | 2 |
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 |