blob: 2163292851d7492df36abc68dd21810e3e76f84d [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:
sgarbuzf5956c22019-05-20 14:10:11 +030017 name: ${_param:keystone_heat_username}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030018 password: ${_param:keystone_heat_password}
19 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020020 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030021 roles:
22 service_admin:
23 name: admin
24 project_id: service
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030025 services:
26 heat:
27 type: orchestration
28 description: OpenStack Orchestration Service
29 endpoints:
30 heat_public_v1:
31 interface: 'public'
32 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8004/v1/%(project_id)s
33 region: ${_param:openstack_region}
34 heat_internal_v1:
35 interface: 'internal'
36 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s
37 region: ${_param:openstack_region}
38 heat_admin_v1:
39 interface: 'admin'
40 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8004/v1/%(project_id)s
41 region: ${_param:openstack_region}