Skip to content

Commit 3a59c9d

Browse files
committed
Remove deprecated forbid_global_implied_dsr
This setting was only useful for Mitaka and older, however Mitaka is now EOL. Change-Id: Ia1eb87d68a6265d8541cb87a88523246885e5a8a
1 parent a08503a commit 3a59c9d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/tempest

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,6 @@ function configure_tempest {
293293
iniset $TEMPEST_CONFIG identity-feature-enabled security_compliance True
294294
fi
295295

296-
# TODO(rodrigods): This is a feature flag for bug 1590578 which is fixed in
297-
# Newton and Ocata. This option can be removed after Mitaka is end of life.
298-
iniset $TEMPEST_CONFIG identity-feature-enabled forbid_global_implied_dsr True
299-
300296
# When LDAP is enabled domain specific drivers are also enabled and the users
301297
# and groups identity tests must adapt to this scenario
302298
if is_service_enabled ldap; then

0 commit comments

Comments
 (0)