blob: 870c7811c65c2f07e00c73813f17ac1102ae87be [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.cinder3
Jakub Pavlik041d4262017-04-07 13:28:52 +02003parameters:
4 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 cinder_service_protocol: http
Jakub Pavlik041d4262017-04-07 13:28:52 +02006 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 cinderv3:
19 type: volumev3
20 description: OpenStack Volume Service v3
21 endpoints:
22 - region: ${_param:openstack_region}
23 public_address: ${_param:cluster_public_host}
24 public_protocol: ${_param:cluster_public_protocol}
25 public_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020026 public_path: '/v3/$(project_id)s'
Jakub Pavlik041d4262017-04-07 13:28:52 +020027 internal_address: ${_param:cinder_service_host}
28 internal_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020029 internal_path: '/v3/$(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020030 internal_protocol: ${_param:cinder_service_protocol}
31 admin_protocol: ${_param:cinder_service_protocol}
Jakub Pavlik041d4262017-04-07 13:28:52 +020032 admin_address: ${_param:cinder_service_host}
33 admin_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020034 admin_path: '/v3/$(project_id)s'
Jakub Pavlik041d4262017-04-07 13:28:52 +020035