From 98d6be4a0b51b9722aadb4bd3cc2109973dc91cf Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Wed, 11 Jan 2017 12:32:00 +0100 Subject: [Functest] Removing admin to Public enpoint swap The openstack.creds file is not aligned with commonly used methodologies. Change-Id: Iba0afc83ebbe35dd189cc35e5bf682680fc96535 Signed-off-by: Nikolas Hermanns --- utils/fetch_os_creds.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'utils/fetch_os_creds.sh') diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index 775b291e1..ec0c1df45 100755 --- a/utils/fetch_os_creds.sh +++ b/utils/fetch_os_creds.sh @@ -196,13 +196,6 @@ if [ ! -f $dest_path ]; then error "There has been an error retrieving the credentials" fi -if [ "$public_ip" != "" ]; then - info "Exchanging keystone public IP in rc file to $public_ip" - sed -i "/OS_AUTH_URL/c\export OS_AUTH_URL=\'$public_ip'" $dest_path -fi - - - echo "-------- Credentials: --------" cat $dest_path -- cgit 1.2.3-korg