From 74a3a087033a3607c675f8d812f9d9940d32686a Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 28 Jan 2016 10:00:12 +0100 Subject: Follow change in joid use SDN_CONTROLLER_IP env var instead of ODL_CONTROLLER_IP Change-Id: I298cfdfe880c52a18580eb607294cf4c7f353e71 Signed-off-by: Morgan Richomme (cherry picked from commit 73f040dd4998cadfbaa7b0706a441ae6ce6f6ffc) --- docker/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/run_tests.sh') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index d24a00948..8fab51f6e 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -63,7 +63,7 @@ function odl_tests(){ elif [ $INSTALLER_TYPE == "apex" ]; then : elif [ $INSTALLER_TYPE == "joid" ]; then - odl_ip=$(env | grep ODL_CONTROLLER | cut -f2 -d'=') + odl_ip=$(env | grep SDN_CONTROLLER | cut -f2 -d'=') neutron_ip=$(keystone catalog --service network | grep publicURL | cut -f3 -d"/" | cut -f1 -d":") odl_port=8080 : -- cgit 1.2.3-korg