226b84331f
Change-Id: I1e9fd7f15f9d5e133dbd3b651b56708a82864245 Partial-Bug: #1631503
19 lines
453 B
Django/Jinja
19 lines
453 B
Django/Jinja
{
|
|
"command": "magnum-api --config-file /etc/magnum/magnum.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/magnum.conf",
|
|
"dest": "/etc/magnum/magnum.conf",
|
|
"owner": "magnum",
|
|
"perm": "0600"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/magnum",
|
|
"owner": "magnum:magnum",
|
|
"recurse": true
|
|
}
|
|
]
|
|
}
|