blob: 692ceee08c2fd5c2f3d871d6e221e6cd5acbf64d [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
27 public_path: '/v1/%(tenant_id)s'
28 internal_address: ${_param:heat_service_host}
29 internal_port: 8004
30 internal_path: '/v1/%(tenant_id)s'
31 admin_address: ${_param:heat_service_host}
32 admin_port: 8004
33 admin_path: '/v1/%(tenant_id)s'