blob: cd0df24b372f3d2e13476a80695a21c75831cbd3 [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:
sgarbuzb2ce7cb2019-06-27 14:28:37 +030014 name: ${_param:keystone_cinder_username}
Jakub Pavlik041d4262017-04-07 13:28:52 +020015 is_admin: true
16 password: ${_param:keystone_cinder_password}
17 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020018 options: ${_param:openstack_service_user_options}
Jakub Pavlik041d4262017-04-07 13:28:52 +020019 service:
20 cinderv3:
21 type: volumev3
22 description: OpenStack Volume Service v3
23 endpoints:
24 - region: ${_param:openstack_region}
25 public_address: ${_param:cluster_public_host}
26 public_protocol: ${_param:cluster_public_protocol}
27 public_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020028 public_path: '/v3/$(project_id)s'
Jakub Pavlik041d4262017-04-07 13:28:52 +020029 internal_address: ${_param:cinder_service_host}
30 internal_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020031 internal_path: '/v3/$(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020032 internal_protocol: ${_param:cinder_service_protocol}
33 admin_protocol: ${_param:cinder_service_protocol}
Jakub Pavlik041d4262017-04-07 13:28:52 +020034 admin_address: ${_param:cinder_service_host}
35 admin_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020036 admin_path: '/v3/$(project_id)s'
Jakub Pavlik041d4262017-04-07 13:28:52 +020037