Skip to content

Commit 75c1dfe

Browse files
author
Jamie Lennox
committed
Rename bad option value
To disable tempest running the v2 tests when the identity v2 api is disabled you need to set api_v2=False not v2_api=False. Change-Id: Ied8a0593619dccb5985f9a1e51feb370754336c7
1 parent 19c5e62 commit 75c1dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function configure_tempest {
323323
fi
324324
if [ "$ENABLE_IDENTITY_V2" == "False" ]; then
325325
# Only Identity v3 is available; then skip Identity API v2 tests
326-
iniset $TEMPEST_CONFIG identity-feature-enabled v2_api False
326+
iniset $TEMPEST_CONFIG identity-feature-enabled api_v2 False
327327
# In addition, use v3 auth tokens for running all Tempest tests
328328
iniset $TEMPEST_CONFIG identity auth_version v3
329329
else

0 commit comments

Comments
 (0)