Merge "Fix for keystone LDAP pkg missing"
This commit is contained in:
commit
b11ce56a41
@ -346,6 +346,7 @@ keystone_pip_packages:
|
||||
- pycrypto
|
||||
- pysaml2
|
||||
- python-keystoneclient
|
||||
- python-ldap
|
||||
- python-memcached
|
||||
- python-openstackclient
|
||||
- repoze.lru
|
||||
|
@ -66,7 +66,7 @@ max_active_keys = {{ keystone_fernet_tokens_max_active_keys }}
|
||||
|
||||
[identity]
|
||||
driver = {{ keystone_identity_driver }}
|
||||
{% if keystone_ldap is defined %}
|
||||
{% if keystone_ldap is defined and keystone_ldap.ldap %}
|
||||
domain_config_dir = {{ keystone_ldap_domain_config_dir }}
|
||||
domain_specific_drivers_enabled = True
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user