| Ondrej Smola | c91c062 | 2017-01-30 14:09:44 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | cinder: | ||||
| 3 | controller: | ||||
| 4 | default_volume_type: standard-iops | ||||
| 5 | backend: | ||||
| 6 | ceph: | ||||
| 7 | type_name: standard-iops | ||||
| 8 | backend: ceph | ||||
| 9 | pool: ${_param:cinder_storage_pool} | ||||
| 10 | engine: ceph | ||||
| 11 | user: ${_param:cinder_storage_user} | ||||
| 12 | secret_uuid: ${_param:cinder_storage_secret_uuid} | ||||
| 13 | client_cinder_key: ${_param:cinder_storage_client_key} | ||||