b361fe8ea2
Change-Id: I666368dcb2dd900234b373bfd433ab918233c601 Partial-Bug: #1631503
25 lines
618 B
Django/Jinja
25 lines
618 B
Django/Jinja
{
|
|
"command": "heat-engine",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/heat.conf",
|
|
"dest": "/etc/heat/heat.conf",
|
|
"owner": "heat",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/_deprecated.yaml",
|
|
"dest": "/etc/heat/environment.d/_deprecated.yaml",
|
|
"owner": "heat",
|
|
"perm": "0600"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/heat",
|
|
"owner": "heat:heat",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|