81f5b2ac79
Also add missing cinder-backup ceph.conf info TrivialFix Change-Id: I2b2d85c2d34908a9b11198eb51b3cf359a06bdf7
26 lines
789 B
Django/Jinja
26 lines
789 B
Django/Jinja
{
|
|
"command": "cinder-backup --config-file /etc/cinder/cinder.conf",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/cinder.conf",
|
|
"dest": "/etc/cinder/cinder.conf",
|
|
"owner": "cinder",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/ceph.client.cinder-backup.keyring",
|
|
"dest": "/etc/ceph/ceph.client.cinder-backup.keyring",
|
|
"owner": "cinder",
|
|
"perm": "0600",
|
|
"optional": "true"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/ceph.conf",
|
|
"dest": "/etc/ceph/ceph.conf",
|
|
"owner": "cinder",
|
|
"perm": "0600",
|
|
"optional": "true"
|
|
}
|
|
]
|
|
}
|