Skip to content
Snippets Groups Projects
Commit 9187216b authored by Mark Goddard's avatar Mark Goddard Committed by GitHub
Browse files

Add extra config for heat

parent 7fc93906
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@ kolla_openstack_custom_config:
dest: "{{ kolla_node_custom_config_path }}/glance"
patterns: "*"
enabled: "{{ kolla_enable_glance }}"
# Heat.
- src: "{{ kolla_extra_config_path }}/heat"
dest: "{{ kolla_node_custom_config_path }}/heat"
patterns: "*"
enabled: "{{ kolla_enable_heat }}"
# Ironic.
- src: "{{ kolla_extra_config_path }}/ironic"
dest: "{{ kolla_node_custom_config_path }}/ironic"
......
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