From 9187216b781d04adef0874c2fe08a88bc0688237 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 18 Oct 2017 17:25:33 +0100 Subject: [PATCH] Add extra config for heat --- ansible/roles/kolla-openstack/vars/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/roles/kolla-openstack/vars/main.yml b/ansible/roles/kolla-openstack/vars/main.yml index 29019a572..60b68b628 100644 --- a/ansible/roles/kolla-openstack/vars/main.yml +++ b/ansible/roles/kolla-openstack/vars/main.yml @@ -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"