Merge "Enable access rules tempest tests"

This commit is contained in:
Zuul 2020-09-27 10:00:45 +00:00 committed by Gerrit Code Review
commit 09430e43c4

View File

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