Merge "Fix keystone reconfigure"
This commit is contained in:
commit
8d84fe58dd
@ -52,7 +52,7 @@
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/keystone.conf"
|
||||
- "{{ node_custom_config }}/keystone/{{ item }}.conf"
|
||||
- "{{ node_custom_config }}/keystone/{{ item.key }}.conf"
|
||||
- "{{ node_custom_config }}/keystone/{{ inventory_hostname }}/keystone.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/keystone.conf"
|
||||
register: keystone_confs
|
||||
@ -83,7 +83,7 @@
|
||||
- name: Copying over existing policy.json
|
||||
template:
|
||||
src: "{{ node_custom_config }}/keystone/policy.json"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/policy.json"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/policy.json"
|
||||
register: keystone_policy_jsons
|
||||
when:
|
||||
- inventory_hostname in groups[item.value.group]
|
||||
|
Loading…
Reference in New Issue
Block a user