2016-11-25 06:14:51 +08:00
|
|
|
{
|
|
|
|
"command": "solum-conductor --config-file /etc/solum/solum.conf",
|
|
|
|
"config_files": [
|
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/solum.conf",
|
|
|
|
"dest": "/etc/solum/solum.conf",
|
|
|
|
"owner": "solum",
|
2017-03-15 07:24:33 +00:00
|
|
|
"perm": "0600"
|
2016-11-25 06:14:51 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"path": "/var/log/kolla/solum",
|
|
|
|
"owner": "solum:solum",
|
|
|
|
"recurse": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|