Skip to content

Commit 5c4e974

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Avoid duplicate "/tokens" path in auth_url."
2 parents ced6517 + 0a8b322 commit 5c4e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/configure_tempest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fi
133133

134134
sed -e "
135135
/^api_key=/s|=.*\$|=$ADMIN_PASSWORD|;
136-
/^auth_url=/s|=.*\$|=${OS_AUTH_URL%/}/tokens/|;
136+
/^auth_url=/s|=.*\$|=${OS_AUTH_URL%/}/|;
137137
/^host=/s|=.*\$|=$HOST_IP|;
138138
/^image_ref=/s|=.*\$|=$IMAGE_UUID|;
139139
/^password=/s|=.*\$|=$ADMIN_PASSWORD|;

0 commit comments

Comments
 (0)