274291463e
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
26 lines
712 B
Django/Jinja
26 lines
712 B
Django/Jinja
{
|
|
"command": "mistral-server --server executor --config-file /etc/mistral/mistral.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/mistral.conf",
|
|
"dest": "/etc/mistral/mistral.conf",
|
|
"owner": "mistral",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/policy.json",
|
|
"dest": "/etc/mistral/policy.json",
|
|
"owner": "mistral",
|
|
"perm": "0600",
|
|
"optional": true
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/mistral",
|
|
"owner": "mistral:mistral",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|