Merge "Enable tempest tests for application credentials"

This commit is contained in:
Zuul 2018-04-23 22:21:42 +00:00 committed by Gerrit Code Review
commit 928a463d61
1 changed files with 4 additions and 0 deletions

View File

@ -303,6 +303,10 @@ function configure_tempest {
# as this is supported in Queens and beyond.
iniset $TEMPEST_CONFIG identity-feature-enabled project_tags True
# In Queens and later, application credentials are enabled by default
# so remove this once Tempest no longer supports Pike.
iniset $TEMPEST_CONFIG identity-feature-enabled application_credentials True
# Image
# We want to be able to override this variable in the gate to avoid
# doing an external HTTP fetch for this test.