blob: 958fae1e6e1c76d21554759eeffed281c065d9eb [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.cinder
Ondrej Smola03ff34e2016-12-01 01:30:33 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
5 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02006 cinder_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01007 keystone:
8 client:
9 server:
10 identity:
11 project:
12 service:
13 user:
14 cinder:
15 is_admin: true
16 password: ${_param:keystone_cinder_password}
17 email: ${_param:admin_email}
Vasyl Saienko08214942018-10-26 22:47:31 +000018 service:
19 cinder:
20 type: volume
21 description: OpenStack Volume Service
22 endpoints:
23 - region: ${_param:openstack_region}
24 public_address: ${_param:cluster_public_host}
25 public_protocol: ${_param:cluster_public_protocol}
26 public_port: 8776
27 public_path: '/v1/$(project_id)s'
28 internal_address: ${_param:cinder_service_host}
29 internal_port: 8776
30 internal_path: '/v1/$(project_id)s'
31 internal_protocol: ${_param:cinder_service_protocol}
32 admin_protocol: ${_param:cinder_service_protocol}
33 admin_address: ${_param:cinder_service_host}
34 admin_port: 8776
35 admin_path: '/v1/$(project_id)s'