blob: 9c17b06c08785fc00b18ba9e166a7e135f823e92 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.heat
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 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 keystone:
7 client:
8 server:
9 identity:
10 roles:
11 - heat_stack_user
12 - heat_stack_owner
13 project:
14 service:
15 user:
16 heat:
17 is_admin: true
18 password: ${_param:keystone_heat_password}
19 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020020 options: ${_param:openstack_service_user_options}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010021 service:
22 heat:
23 type: orchestration
24 description: OpenStack Orchestration Service
25 endpoints:
26 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010027 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010028 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010029 public_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020030 public_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010031 internal_address: ${_param:heat_service_host}
32 internal_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020033 internal_path: '/v1/%(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020034 internal_protocol: ${_param:heat_service_protocol}
35 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010036 admin_address: ${_param:heat_service_host}
37 admin_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020038 admin_path: '/v1/%(project_id)s'