Merge "Feature flag on tempest conf to notify enabled LDAP"

This commit is contained in:
Jenkins 2017-09-19 02:07:16 +00:00 committed by Gerrit Code Review
commit 6c87f363a1

View File

@ -297,6 +297,12 @@ function configure_tempest {
# Newton and Ocata. This option can be removed after Mitaka is end of life.
iniset $TEMPEST_CONFIG identity-feature-enabled forbid_global_implied_dsr True
# When LDAP is enabled domain specific drivers are also enabled and the users
# and groups identity tests must adapt to this scenario
if is_service_enabled ldap; then
iniset $TEMPEST_CONFIG identity-feature-enabled domain_specific_drivers True
fi
# Image
# We want to be able to override this variable in the gate to avoid
# doing an external HTTP fetch for this test.