blob: e0bae1437295dc52de19576b33eb92e81d3bf392 [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}
20 service:
21 heat:
22 type: orchestration
23 description: OpenStack Orchestration Service
24 endpoints:
25 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010026 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010027 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010028 public_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020029 public_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010030 internal_address: ${_param:heat_service_host}
31 internal_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020032 internal_path: '/v1/%(project_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020033 internal_protocol: ${_param:heat_service_protocol}
34 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010035 admin_address: ${_param:heat_service_host}
36 admin_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020037 admin_path: '/v1/%(project_id)s'