Add missing per service Keystone config augments
The task for keystone is missing a 'per service' entry for it's config augments. This means for example that users could not add: /etc/kolla/config/keystone/keystone-fernet.conf or /etc/kolla/config/keystone/keystone.conf and have keystone.conf augmented for those services only. Change-Id: I8d2570b4a52dc6c3552397b0a6fa7866133dc2f1 Closes-Bug: #1646898
This commit is contained in:
parent
0d234fe910
commit
3f035e11b2
@ -45,6 +45,7 @@
|
|||||||
- "{{ node_custom_config }}/database.conf"
|
- "{{ node_custom_config }}/database.conf"
|
||||||
- "{{ node_custom_config }}/messaging.conf"
|
- "{{ node_custom_config }}/messaging.conf"
|
||||||
- "{{ node_custom_config }}/keystone.conf"
|
- "{{ node_custom_config }}/keystone.conf"
|
||||||
|
- "{{ node_custom_config }}/keystone/{{ item }}.conf"
|
||||||
- "{{ node_custom_config }}/keystone/{{ inventory_hostname }}/keystone.conf"
|
- "{{ node_custom_config }}/keystone/{{ inventory_hostname }}/keystone.conf"
|
||||||
dest: "{{ node_config_directory }}/{{ item }}/keystone.conf"
|
dest: "{{ node_config_directory }}/{{ item }}/keystone.conf"
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user