2015-12-28 08:38:30 +09:00
|
|
|
{
|
|
|
|
"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"
|
2016-11-18 17:36:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/policy.json",
|
|
|
|
"dest": "/etc/mistral/policy.json",
|
|
|
|
"owner": "mistral",
|
|
|
|
"perm": "0600",
|
|
|
|
"optional": true
|
2015-12-28 08:38:30 +09:00
|
|
|
}
|
2016-10-15 17:15:50 +08:00
|
|
|
],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"path": "/var/log/kolla/mistral",
|
|
|
|
"owner": "mistral:mistral",
|
|
|
|
"recurse": true
|
|
|
|
}
|
2015-12-28 08:38:30 +09:00
|
|
|
]
|
|
|
|
}
|