Skip to content
Snippets Groups Projects
Commit 20df8145 authored by Christian Berendt's avatar Christian Berendt
Browse files

Use templates for keystone domain specific configurations

Change-Id: Idb40cbed763382bef9965c6b090e71156b671590
parent f8c40a45
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
- name: Copying Keystone Domain specific settings - name: Copying Keystone Domain specific settings
vars: vars:
keystone: "{{ keystone_services.keystone }}" keystone: "{{ keystone_services.keystone }}"
copy: template:
src: "{{ item.path }}" src: "{{ item.path }}"
dest: "{{ node_config_directory }}/keystone/domains/" dest: "{{ node_config_directory }}/keystone/domains/"
register: keystone_domains register: keystone_domains
......
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