blob: 67f6ede3cb91498bf69e6f37ae8ec5c35b380734 [file] [log] [blame]
Takashi Kajinami73005a12024-01-20 11:56:45 +09001---
2upgrade:
3 - |
4 The following deprecated options in the ``[identity-feature-enabled]``
5 section have been removed. Project tags API and application credentials
6 API are now always tested if identity v3 API is available.
7
8 - ``project_tag``
9 - ``application_credentials``
10
11 - |
12 Default value of the ``[identity-feature-enabled] access_rule`` option has
13 been changed from ``False`` to ``True`` and now the access rule API is
14 always tested when identity API is available.
15
16deprecations:
17 - |
18 The Keystone access_rule is enabled by default since Train release and we
19 no longer need a separate config in Tempest to enable it. Therefore
20 the ``[identity-feature-enabled] access_rule`` option has been deprecated
21 and will be removed in a future release.