{ "command": "heat-api", "config_files": [ { "source": "{{ container_config_directory }}/heat.conf", "dest": "/etc/heat/heat.conf", "owner": "heat", "perm": "0600" }, { "source": "{{ container_config_directory }}/policy.json", "dest": "/etc/heat/policy.json", "owner": "heat", "perm": "0600", "optional": true } ], "permissions": [ { "path": "/var/log/kolla/heat", "owner": "heat:heat", "recurse": true } ] }