blob: a864696dfa73deac5c2649b2adc51d421e77d432 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 roles:
7 - heat_stack_user
8 - heat_stack_owner
9 project:
10 service:
11 user:
12 heat:
13 is_admin: true
14 password: ${_param:keystone_heat_password}
15 email: ${_param:admin_email}
16 service:
17 heat:
18 type: orchestration
19 description: OpenStack Orchestration Service
20 endpoints:
21 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010022 public_address: ${_param:cluster_public_host}
23 public_protocol: https
Ondrej Smola03ff34e2016-12-01 01:30:33 +010024 public_port: 8004
25 public_path: '/v1/%(tenant_id)s'
26 internal_address: ${_param:heat_service_host}
27 internal_port: 8004
28 internal_path: '/v1/%(tenant_id)s'
29 admin_address: ${_param:heat_service_host}
30 admin_port: 8004
31 admin_path: '/v1/%(tenant_id)s'