UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit c5fbdc5d authored by John Wynn's avatar John Wynn
Browse files

Fixed `dap_configuration` with `ldap_configuration`, `dap_configuration` is an invalid argument

parent 40baebf3
No related merge requests found
......@@ -6,7 +6,7 @@
create_user_projects:
cmd.script:
- source: salt://formulas/keystone/files/mk_user_projects.py
- args: "--domain {{ pillar['keystone']['dap_configuration']['keystone_domain'] }} --env kinetic --threads {{ grains['num_cpus'] }}"
- args: "--domain {{ pillar['keystone']['ldap_configuration']['keystone_domain'] }} --env kinetic --threads {{ grains['num_cpus'] }}"
#{% for class, args in pillar.get('classes', {}).items() %}
#{{ class }}_class_create:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment