We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c1a90c + 11b8649 commit 8c10520Copy full SHA for 8c10520
1 file changed
lib/tempest
@@ -279,8 +279,8 @@ function configure_tempest {
279
iniset $TEMPEST_CONFIG identity-feature-enabled api_v2 False
280
fi
281
iniset $TEMPEST_CONFIG identity auth_version ${TEMPEST_AUTH_VERSION:-v3}
282
- if [[ "$TEMPEST_AUTH_VERSION" != "v2.0" ]]; then
283
- # we're going to disable v2 admin unless we're using v2.0 by default.
+ if [[ "$TEMPEST_AUTH_VERSION" != "v2" ]]; then
+ # we're going to disable v2 admin unless we're using v2 by default.
284
iniset $TEMPEST_CONFIG identity-feature-enabled api_v2_admin False
285
286
0 commit comments