Skip to content
Snippets Groups Projects
Commit 1bd1517d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Support customising Nova config at the individual service level"

parents 65079b4d 69a67823
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@
- "{{ node_custom_config }}/nova.conf"
- "{{ node_custom_config }}/nova/{{ item.key }}.conf"
- "{{ node_custom_config }}/nova/{{ inventory_hostname }}/nova.conf"
- "{{ node_custom_config }}/nova/{{ inventory_hostname }}/{{ item.key }}.conf"
dest: "{{ node_config_directory }}/{{ item.key }}/nova.conf"
mode: "0660"
when:
......
---
fixes:
- |
Fixes an issue where it wasn't possible to customise Nova service config
at the individual service level, which is required in some use cases.
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