blob: 931d6896678e4cae5b7e94f0ad18422e8f3fd337 [file] [log] [blame]
Anna Pankiewicza0710662018-07-24 14:56:42 -05001---
2features:
3 - |
4 Add a new config setting ``immutable_user_source`` in the
5 ``[identity-feature-enabled]`` group that defaults to false.
6 This setting, combined with the usage of the ``@testtools.skipIf()``
7 decorator, will allow tests that require user creation, deletion,
8 or modification to skip instead of failing in environments that
9 are LDAP-backed. In such environments, the user source is read-only,
10 so this feature flag is needed to allow such tests to gracefully skip
11 without having to blacklist them.