blob: d7eadd5433b3bf5d70a86e89303877e466d8c9b9 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01002 _param:
3 cluster_public_protocol: https
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004 keystone:
5 client:
6 server:
7 identity:
8 roles:
9 - heat_stack_user
10 - heat_stack_owner
11 project:
12 service:
13 user:
14 heat:
15 is_admin: true
16 password: ${_param:keystone_heat_password}
17 email: ${_param:admin_email}
18 service:
19 heat:
20 type: orchestration
21 description: OpenStack Orchestration Service
22 endpoints:
23 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010024 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010025 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 public_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020027 public_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010028 internal_address: ${_param:heat_service_host}
29 internal_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020030 internal_path: '/v1/%(project_id)s'
Ondrej Smola03ff34e2016-12-01 01:30:33 +010031 admin_address: ${_param:heat_service_host}
32 admin_port: 8004
Petr Michalec2928b9a2017-04-19 11:43:26 +020033 admin_path: '/v1/%(project_id)s'