diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-01-11 12:32:00 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2017-01-11 12:32:00 +0100 |
commit | 98d6be4a0b51b9722aadb4bd3cc2109973dc91cf (patch) | |
tree | 72493869771353107432bb713aa53a0db7d31952 | |
parent | f74b4479817e4d3046d66e6209050b7d96d31588 (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>
-rwxr-xr-x | utils/fetch_os_creds.sh | 7 |
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 |