blob: d5e0ae1d1033bb17e640325edff8379e8db4772e [file] [log] [blame]
Jakub Pavlik041d4262017-04-07 13:28:52 +02001parameters:
2 _param:
3 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02004 cinder_service_protocol: http
Jakub Pavlik041d4262017-04-07 13:28:52 +02005 keystone:
6 client:
7 server:
8 identity:
9 project:
10 service:
11 user:
12 cinder:
13 is_admin: true
14 password: ${_param:keystone_cinder_password}
15 email: ${_param:admin_email}
16 service:
17 cinderv3:
18 type: volumev3
19 description: OpenStack Volume Service v3
20 endpoints:
21 - region: ${_param:openstack_region}
22 public_address: ${_param:cluster_public_host}
23 public_protocol: ${_param:cluster_public_protocol}
24 public_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020025 public_path: '/v3/$(project_id)s'
Jakub Pavlik041d4262017-04-07 13:28:52 +020026 internal_address: ${_param:cinder_service_host}
27 internal_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020028 internal_path: '/v3/$(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020029 internal_protocol: ${_param:cinder_service_protocol}
30 admin_protocol: ${_param:cinder_service_protocol}
Jakub Pavlik041d4262017-04-07 13:28:52 +020031 admin_address: ${_param:cinder_service_host}
32 admin_port: 8776
Petr Michalec2928b9a2017-04-19 11:43:26 +020033 admin_path: '/v3/$(project_id)s'
Jakub Pavlik041d4262017-04-07 13:28:52 +020034