kolla-ansible/ansible/roles/heat/templates/heat-engine.json.j2
Ryan Hallisey 6f9709ce9c Replace config-external with a JSON file for Heat
Change-Id: Ie79667ec2f9b091403ead9abc3c0f85afb7944bc
Partially-Implements: blueprint replace-config-external
2015-09-24 08:13:07 +00:00

12 lines
249 B
Django/Jinja

{
"command": "/usr/bin/heat-engine",
"config_files": [
{
"source": "/opt/kolla/config_files/heat.conf",
"dest": "/etc/heat/heat.conf",
"owner": "heat",
"perm": "0600"
}
]
}