2016-03-01 10:46:48 -05:00
|
|
|
{
|
|
|
|
"command": "manila-share --config-file /etc/manila/manila.conf",
|
|
|
|
"config_files": [
|
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/manila.conf",
|
|
|
|
"dest": "/etc/manila/manila.conf",
|
|
|
|
"owner": "manila",
|
|
|
|
"perm": "0600"
|
2016-11-18 17:36:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "{{ container_config_directory }}/policy.json",
|
|
|
|
"dest": "/etc/manila/policy.json",
|
|
|
|
"owner": "manila",
|
|
|
|
"perm": "0600",
|
|
|
|
"optional": true
|
2016-03-01 10:46:48 -05:00
|
|
|
}
|
2016-10-15 17:25:02 +08:00
|
|
|
],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"path": "/var/log/kolla/manila",
|
|
|
|
"owner": "manila:manila",
|
|
|
|
"recurse": true
|
|
|
|
}
|
2016-03-01 10:46:48 -05:00
|
|
|
]
|
|
|
|
}
|