| Oleh Hryhorov | 0a585aa | 2019-01-02 16:37:18 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | cinder: | ||||
| 3 | volume: | ||||
| 4 | backup: | ||||
| 5 | engine: ceph | ||||
| 6 | ceph_pool: ${_param:cinder_ceph_backup_pool} | ||||
| 7 | ceph_stripe_count: ${_param:cinder_ceph_stripe_count} | ||||
| 8 | ceph_stripe_unit: ${_param:cinder_ceph_stripe_unit} | ||||
| 9 | ceph_user: ${_param:cinder_ceph_backup_user} | ||||
| 10 | ceph_chunk_size: ${_param:cinder_ceph_chunk_size} | ||||