d7bc6907d3
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
8 lines
394 B
YAML
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.
|