summaryrefslogtreecommitdiffstats
path: root/ci/ansible/group_vars/cinder/cinder.yaml
blob: e7971d0f58223a409a3a34b5f66f40fc8dd166a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
authOptions:
  noAuth: true
  endpoint: "http://127.0.0.1/identity"
  cinderEndpoint: "http://127.0.0.1:8776/v2"
  domainId: "Default"
  domainName: "Default"
  username: ""
  password: ""
  tenantId: "myproject"
  tenantName: "myproject"
pool:
  "cinder-lvm@lvm#lvm":
    AZ: nova
    thin: true
    accessProtocol: iscsi
    thinProvisioned: true
    compressed: true