Skip to content

Commit 2c18e34

Browse files
jageeopenshift-merge-bot[bot]
authored andcommitted
[adoption_osp_deploy] Add enable_keystone_ldap setting in adoption role
This will work with the following data plane adoption patch to add ldap users to keystone in uni03gamma deploys. openstack-k8s-operators/data-plane-adoption#1386 Signed-off-by: Jeremy Agee <jagee@redhat.com>
1 parent e213aad commit 2c18e34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

roles/adoption_osp_deploy/templates/adoption_vars.yaml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,7 @@ edpm_{{ site }}_routes:
220220
{% endfor %}
221221
{% endif %}
222222
{% endfor %}
223+
224+
{% if cifmw_adoption_osp_deploy_scenario.enable_keystone_ldap | default(false) %}
225+
enable_keystone_ldap: true
226+
{% endif %}

0 commit comments

Comments
 (0)