Merge "Rename bad option value"

This commit is contained in:
Jenkins 2015-08-14 07:27:19 +00:00 committed by Gerrit Code Review
commit b1ea5eacbc
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ function configure_tempest {
fi
if [ "$ENABLE_IDENTITY_V2" == "False" ]; then
# Only Identity v3 is available; then skip Identity API v2 tests
iniset $TEMPEST_CONFIG identity-feature-enabled v2_api False
iniset $TEMPEST_CONFIG identity-feature-enabled api_v2 False
# In addition, use v3 auth tokens for running all Tempest tests
iniset $TEMPEST_CONFIG identity auth_version v3
else