Skip to content
Snippets Groups Projects
Commit d692e4b6 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Replace keystone's wsgi config with custom config"

parents 306bc101 1c0ba85d
No related branches found
No related tags found
No related merge requests found
......@@ -62,5 +62,9 @@
- name: Copying over wsgi-keystone.conf
template:
src: "wsgi-keystone.conf.j2"
src: "{{ item }}"
dest: "{{ node_config_directory }}/keystone/wsgi-keystone.conf"
with_first_found:
- "{{ node_custom_config }}/keystone/{{ inventory_hostname }}/wsgi-keystone.conf"
- "{{ node_custom_config }}/keystone/wsgi-keystone.conf"
- "wsgi-keystone.conf.j2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment