summaryrefslogtreecommitdiffstats
path: root/utils/fetch_os_creds.sh
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-01-11 12:32:00 +0100
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-01-11 12:32:00 +0100
commit98d6be4a0b51b9722aadb4bd3cc2109973dc91cf (patch)
tree72493869771353107432bb713aa53a0db7d31952 /utils/fetch_os_creds.sh
parentf74b4479817e4d3046d66e6209050b7d96d31588 (diff)
[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 <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'utils/fetch_os_creds.sh')
-rwxr-xr-xutils/fetch_os_creds.sh7
1 files changed, 0 insertions, 7 deletions
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