typo fix on odl
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 27 Jan 2016 08:56:18 +0000 (09:56 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 27 Jan 2016 08:56:18 +0000 (09:56 +0100)
Change-Id: If761b7c38f38d3f2c691eab36b797ca7ce7ccb49
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
docker/run_tests.sh

index 9e20216..7c5349a 100755 (executable)
@@ -53,7 +53,7 @@ function clean_openstack(){
 function odl_tests(){
     keystone_ip=$(keystone catalog --service identity | grep publicURL | cut -f3 -d"/" | cut -f1 -d":")
     # historically most of the installers use the same IP for neutron and keystone API
-    neutron_ip=keystone_ip
+    neutron_ip=$keystone_ip
     odl_ip=$(keystone catalog --service network | grep publicURL | cut -f3 -d"/" | cut -f1 -d":")
     usr_name=$(env | grep OS | grep OS_USERNAME | cut -f2 -d'=')
     password=$(env | grep OS | grep OS_PASSWORD | cut -f2 -d'=')