File: deprecate-removed-keystone-ldap-options-a5ecc19989891c75.yaml

package info (click to toggle)
puppet-module-keystone 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,428 kB
  • sloc: ruby: 9,684; pascal: 295; python: 38; makefile: 10; sh: 10
file content (37 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
deprecations:
  - |
    The following puppet variables are deprecated and staged for removal.
    Keystone removed LDAP support for projects and roles in Mitaka. Even if
    these options are set in keystone's configuration file, they're silently
    ignored. We will remove these options in a future release:

      - ``project_tree_dn``
      - ``project_filter``
      - ``project_objectclass``
      - ``project_id_attribute``
      - ``project_member_attribute``
      - ``project_name_attribute``
      - ``project_desc_attribute``
      - ``project_enabled_attribute``
      - ``project_domain_id_attribute``
      - ``project_attribute_ignore``
      - ``project_allow_create``
      - ``project_allow_update``
      - ``project_allow_delete``
      - ``project_enabled_emulation``
      - ``project_enabled_emulation_dn``
      - ``project_additional_attribute_mapping``
      - ``role_tree_dn``
      - ``role_filter``
      - ``role_objectclass``
      - ``role_id_attribute``
      - ``role_name_attribute``
      - ``role_member_attribute``
      - ``role_attribute_ignore``
      - ``role_allow_create``
      - ``role_allow_update``
      - ``role_allow_delete``
      - ``role_additional_attribute_map``
      - ``credential_driver``
      - ``assignment_driver``