2015-08-28 18:29:43 -04:00
|
|
|
{
|
|
|
|
"command": "/usr/bin/glance-api",
|
|
|
|
"config_files": [
|
|
|
|
{
|
|
|
|
"source": "/opt/kolla/config_files/glance-api.conf",
|
|
|
|
"dest": "/etc/glance/glance-api.conf",
|
|
|
|
"owner": "glance",
|
|
|
|
"perm": "0600"
|
2015-09-21 16:33:46 +00:00
|
|
|
}{% if enable_ceph | bool %},
|
|
|
|
{
|
|
|
|
"source": "/opt/kolla/config_files/ceph.client.glance.keyring",
|
|
|
|
"dest": "/etc/ceph/ceph.client.glance.keyring",
|
|
|
|
"owner": "glance",
|
|
|
|
"perm": "0600"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/opt/kolla/config_files/ceph.conf",
|
|
|
|
"dest": "/etc/ceph/ceph.conf",
|
|
|
|
"owner": "glance",
|
|
|
|
"perm": "0600"
|
|
|
|
}{% endif %}
|
2015-08-28 18:29:43 -04:00
|
|
|
]
|
|
|
|
}
|