diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf index 99a0fc7..24bbc23 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf +++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf | |||
| @@ -1171,7 +1171,12 @@ rabbit_port=5672 | |||
| 1171 | # Backup backend options | 1171 | # Backup backend options |
| 1172 | # | 1172 | # |
| 1173 | 1173 | ||
| 1174 | backup_driver=cinder.backup.drivers.ceph | 1174 | backup_driver=%CINDER_BACKUP_BACKEND_DRIVER% |
| 1175 | |||
| 1176 | # | ||
| 1177 | # Ceph backup backend options | ||
| 1178 | # | ||
| 1179 | |||
| 1175 | backup_ceph_conf=/etc/ceph/ceph.conf | 1180 | backup_ceph_conf=/etc/ceph/ceph.conf |
| 1176 | backup_ceph_user=cinder-backup | 1181 | backup_ceph_user=cinder-backup |
| 1177 | backup_ceph_chunk_size=134217728 | 1182 | backup_ceph_chunk_size=134217728 |
| @@ -1181,6 +1186,20 @@ backup_ceph_stripe_count=0 | |||
| 1181 | restore_discard_excess_bytes=true | 1186 | restore_discard_excess_bytes=true |
| 1182 | 1187 | ||
| 1183 | # | 1188 | # |
| 1189 | # Swift backup backend options | ||
| 1190 | # | ||
| 1191 | |||
| 1192 | backup_swift_url=http://controller:8888/v1/AUTH_ | ||
| 1193 | backup_swift_auth=per_user | ||
| 1194 | #backup_swift_user=<None> | ||
| 1195 | #backup_swift_key=<None> | ||
| 1196 | backup_swift_container=cinder-backups | ||
| 1197 | backup_swift_object_size=52428800 | ||
| 1198 | backup_swift_retry_attempts=3 | ||
| 1199 | backup_swift_retry_backoff=2 | ||
| 1200 | backup_compression_algorithm=zlib | ||
| 1201 | |||
| 1202 | # | ||
| 1184 | # Multi backend options | 1203 | # Multi backend options |
| 1185 | # | 1204 | # |
| 1186 | 1205 | ||
