blob: 6c45bfe23d4845f9ff5df7027ec64783f558a225 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
3 cluster_public_protocol: https
4 heat_service_protocol: http
5 keystone:
6 client:
7 resources:
8 v3:
9 roles:
10 heat_stack_user:
11 name: heat_stack_user
12 enabled: true
13 heat_stack_owner:
14 name: heat_stack_owner
15 enabled: true
16 users:
17 heat:
18 password: ${_param:keystone_heat_password}
19 email: ${_param:admin_email}
20 roles:
21 service_admin:
22 name: admin
23 project_id: service
24 services:
25 heat:
26 type: orchestration
27 description: OpenStack Orchestration Service
28 endpoints:
29 heat_public_v1:
30 interface: 'public'
31 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8004/v1/%(project_id)s
32 region: ${_param:openstack_region}
33 heat_internal_v1:
34 interface: 'internal'
35 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s
36 region: ${_param:openstack_region}
37 heat_admin_v1:
38 interface: 'admin'
39 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s
40 region: ${_param:openstack_region}