Enable access rules tempest tests
In Train, the access rules API was introduced in keystone. This change enables testing it in tempest. Depends-on: https://review.opendev.org/699519 Change-Id: I2af21868cbf584a6881c6208bc2afc3bdb323ab9
This commit is contained in:
@@ -336,6 +336,10 @@ function configure_tempest {
|
|||||||
# so remove this once Tempest no longer supports Pike.
|
# so remove this once Tempest no longer supports Pike.
|
||||||
iniset $TEMPEST_CONFIG identity-feature-enabled application_credentials True
|
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
|
# Image
|
||||||
# We want to be able to override this variable in the gate to avoid
|
# We want to be able to override this variable in the gate to avoid
|
||||||
# doing an external HTTP fetch for this test.
|
# doing an external HTTP fetch for this test.
|
||||||
|
|||||||
Reference in New Issue
Block a user