Remove deprecated forbid_global_implied_dsr

This setting was only useful for Mitaka and older, however Mitaka
is now EOL.

Change-Id: Ia1eb87d68a6265d8541cb87a88523246885e5a8a
This commit is contained in:
Dirk Mueller 2017-09-23 14:37:58 +02:00
parent a08503ab4c
commit 3a59c9d7e3
1 changed files with 0 additions and 4 deletions

View File

@ -293,10 +293,6 @@ function configure_tempest {
iniset $TEMPEST_CONFIG identity-feature-enabled security_compliance True
fi
# TODO(rodrigods): This is a feature flag for bug 1590578 which is fixed in
# 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