blob: 997651ad05e2d67d75c3f3f1a2e7f197e98ab6e0 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.cinder2
Ondrej Smola03ff34e2016-12-01 01:30:33 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 cinder_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 keystone:
7 client:
8 server:
9 identity:
10 project:
11 service:
12 user:
13 cinder:
14 is_admin: true
15 password: ${_param:keystone_cinder_password}
16 email: ${_param:admin_email}
17 service:
18 cinderv2:
19 type: volumev2
20 description: OpenStack Volume Service v2
21 endpoints:
22 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010023 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010024 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010025 public_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020026 public_path: '/v2/$(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010027 internal_address: ${_param:cinder_service_host}
28 internal_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020029 internal_path: '/v2/$(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020030 internal_protocol: ${_param:cinder_service_protocol}
31 admin_protocol: ${_param:cinder_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010032 admin_address: ${_param:cinder_service_host}
33 admin_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020034 admin_path: '/v2/$(project_id)s'