puppet-keystone/releasenotes/notes/Create-domain-on-ldap_backend-resource-ac3cc85bc101883e.yaml
Juan Antonio Osorio Robles d7bc6907d3 Enable creating the domain for LDAP backends
this enables the creation of the actual keystone domain if the
configuration is created (via the ldap_backend resource). This is done
with the flag create_domain_entry which is false by default.

Change-Id: Ib6c633b6a975e4b760c10a2aef3c252885b05e28
2017-04-06 19:17:17 +03:00

8 lines
394 B
YAML

---
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.