Add extra config for heat

This commit is contained in:
Mark Goddard 2017-10-18 17:25:33 +01:00 committed by GitHub
parent 7fc93906de
commit 9187216b78

View File

@ -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"