26 lines
710 B
Plaintext
Raw Normal View History

{
"command": "mistral-server --server engine --config-file /etc/mistral/mistral.conf",
"config_files": [
{
"source": "{{ container_config_directory }}/mistral.conf",
"dest": "/etc/mistral/mistral.conf",
"owner": "mistral",
"perm": "0644"
},
{
"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
}
]
}