diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 09:56:18 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-27 09:56:18 +0100 |
commit | 39724bcf9aef79aa8136863bd07a701b8df14489 (patch) | |
tree | 65ce43a70a8eec237cc6d8b0b3e29e48036e1fa6 /docker/run_tests.sh | |
parent | c277f40e639c40c00a62bb84eda18dd0b8f7797e (diff) |
typo fix on odl
Change-Id: If761b7c38f38d3f2c691eab36b797ca7ce7ccb49
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 9e2021669..7c5349ae2 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -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'=') |