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