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

This commit is contained in:
Jenkins 2016-08-06 08:41:07 +00:00 committed by Gerrit Code Review
commit d692e4b6f9

View File

@ -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"