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