blob: 1026f6840cbe18fb103d449936af5c924d3992a2 [file] [log] [blame]
Ondrej Smolac91c0622017-01-30 14:09:44 +01001parameters:
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}