Merge "Avoid duplicate "/tokens" path in auth_url."
diff --git a/tools/configure_tempest.sh b/tools/configure_tempest.sh
index f6ef0d3..9b25b7e 100755
--- a/tools/configure_tempest.sh
+++ b/tools/configure_tempest.sh
@@ -133,7 +133,7 @@
 
 sed -e "
     /^api_key=/s|=.*\$|=$ADMIN_PASSWORD|;
-    /^auth_url=/s|=.*\$|=${OS_AUTH_URL%/}/tokens/|;
+    /^auth_url=/s|=.*\$|=${OS_AUTH_URL%/}/|;
     /^host=/s|=.*\$|=$HOST_IP|;
     /^image_ref=/s|=.*\$|=$IMAGE_UUID|;
     /^password=/s|=.*\$|=$ADMIN_PASSWORD|;