Merge "Allow to supply multiline overrides to vendor_data"
This commit is contained in:
commit
0d90186970
@ -65,6 +65,7 @@
|
||||
mode: "0640"
|
||||
config_overrides: "{{ item.config_overrides }}"
|
||||
config_type: "{{ item.config_type }}"
|
||||
yml_multilines: "{{ item.yml_multilines | default(omit) }}"
|
||||
with_items:
|
||||
- src: "nova.conf.j2"
|
||||
dest: "/etc/nova/nova.conf"
|
||||
@ -74,6 +75,7 @@
|
||||
dest: "/etc/nova/vendor_data.json"
|
||||
config_overrides: "{{ nova_vendor_data_overrides }}"
|
||||
config_type: "json"
|
||||
yml_multilines: True
|
||||
notify:
|
||||
- Restart nova services
|
||||
- Restart uwsgi services
|
||||
|
Loading…
Reference in New Issue
Block a user