
Remove ceph debug info and unused partuuid Change-Id: Ifbe9890979ee666d7e43a04376f36c41ae2d8add Implements: blueprint ceph-container Partially-Implements: blueprint replace-config-external
18 lines
465 B
Django/Jinja
18 lines
465 B
Django/Jinja
{
|
|
"command": "/usr/bin/ceph-osd -f -d",
|
|
"config_files": [
|
|
{
|
|
"source": "/opt/kolla/config_files/ceph.conf",
|
|
"dest": "/etc/ceph/ceph.conf",
|
|
"owner": "glance",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/ceph.client.admin.keyring",
|
|
"dest": "/etc/ceph/ceph.client.admin.keyring",
|
|
"owner": "ceph",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|