blob: 54c8f0b77e1016792bd22effb05d3ada1634d734 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 heat_service_protocol: http
4 keystone:
5 client:
6 resources:
7 v3:
8 roles:
9 heat_stack_user:
10 name: heat_stack_user
11 enabled: true
12 heat_stack_owner:
13 name: heat_stack_owner
14 enabled: true
15 users:
16 heat:
17 password: ${_param:keystone_heat_password}
18 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020019 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030020 roles:
21 service_admin:
22 name: admin
23 project_id: service
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030024 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}