aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/cinder/volume/backend/ceph.yml
blob: 6560add2fcad405540bdf869ec19e581c3292e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
  cinder:
    volume:
      message_queue: 
        ha_queues: true
      enabled: true
      notification: true
      default_volume_type: standard-iops
      backend:
        ceph:
          type_name: standard-iops
          backend: ceph
          pool: ${_param:cinder_storage_pool}
          engine: ceph
          user: ${_param:cinder_storage_user}
          secret_uuid: ${_param:cinder_storage_secret_uuid}
          client_cinder_key: ${_param:cinder_storage_client_key}