blob: 42ec5758d2894ced4502f1eee5da93486aed251a [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 project:
7 service:
8 user:
9 cinder:
10 is_admin: true
11 password: ${_param:keystone_cinder_password}
12 email: ${_param:admin_email}
13 service:
14 cinderv2:
15 type: volumev2
16 description: OpenStack Volume Service v2
17 endpoints:
18 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010019 public_address: ${_param:cluster_public_host}
20 public_protocol: https
Ondrej Smola03ff34e2016-12-01 01:30:33 +010021 public_port: 8776
22 public_path: '/v2/$(tenant_id)s'
23 internal_address: ${_param:cinder_service_host}
24 internal_port: 8776
25 internal_path: '/v2/$(tenant_id)s'
26 admin_address: ${_param:cinder_service_host}
27 admin_port: 8776
28 admin_path: '/v2/$(tenant_id)s'