File: support_multi_domain-bd04f18aa7913eaa.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 (21 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
prelude: >
    Support for multi-domain has been added.  You can configure LDAP
    identity drivers along with the sql, and have multi-domain
    working.
features:
  - Support for multi-domain;
  - Remove prefetch in keystone_user/keystone_user_role
upgrade:
  - The prefetch and associated instances class function removal
    could impact users that somehow use the command `puppet resource
    keystone_user` or `puppet resource keystone_user_role` in
    production.  Those commands won't work anymore.  Directly use
    the associated `openstack` commands to get the same effect.
fixes:
  - Fixes `bug 1554555
    <https://bugs.launchpad.net/puppet-keystone/+bug/1554555>`__ so
    openstack cli provider needs to pass domain in v3 calls
  - Fixes `bug 1485508
    <https://bugs.launchpad.net/puppet-keystone/+bug/1485508>`__ so
    when domain_specific_drivers_enabled=True keystone_user provider fails.