File: Create-domain-on-ldap_backend-resource-ac3cc85bc101883e.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 (7 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
features:
  - The flag 'create_domain_entry' was added to the 'keystone::ldap_backend'
    resource. It defaults to false. But, if set to true, it will create the
    domain in keystone and will attempt to refresh the keystone server. Note
    that in order for the keystone server to be refreshed, the 'manage_service'
    and 'enabled' flags need to be set in the base ::keystone module.