aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/cinder/control/backend/ceph.yml
blob: 1026f6840cbe18fb103d449936af5c924d3992a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
parameters:
  cinder:
    controller:
      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}