blob: 6560add2fcad405540bdf869ec19e581c3292e47 [file] [log] [blame]
Ondrej Smolac91c0622017-01-30 14:09:44 +01001parameters:
2 cinder:
3 volume:
4 message_queue:
5 ha_queues: true
6 enabled: true
7 notification: true
8 default_volume_type: standard-iops
9 backend:
10 ceph:
11 type_name: standard-iops
12 backend: ceph
13 pool: ${_param:cinder_storage_pool}
14 engine: ceph
15 user: ${_param:cinder_storage_user}
16 secret_uuid: ${_param:cinder_storage_secret_uuid}
17 client_cinder_key: ${_param:cinder_storage_client_key}