[Functest] Removing admin to Public enpoint swap 73/26873/1
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Wed, 11 Jan 2017 11:32:00 +0000 (12:32 +0100)
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>
Wed, 11 Jan 2017 11:32:00 +0000 (12:32 +0100)
The openstack.creds file is not aligned with commonly
used methodologies.

Change-Id: Iba0afc83ebbe35dd189cc35e5bf682680fc96535
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
utils/fetch_os_creds.sh

index 775b291..ec0c1df 100755 (executable)
@@ -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