blob: 999c448f130f12cf24f244ac31cc93b03e27e252 [file] [log] [blame]
Filip Pytloun923d8692015-10-06 16:28:32 +02001applications:
2- heat
3parameters:
4 heat:
5 server:
marco836d9552016-01-25 22:22:46 +01006 stack_domain_admin:
7 name: heat_domain_admin
8 password: ${_param:heat_domain_admin_password}
9 domain: heat
Filip Pytloun923d8692015-10-06 16:28:32 +020010 enabled: true
11 version: ${_param:heat_version}
12 bind:
13 api_cfn:
14 address: 0.0.0.0
15 api_cloudwatch:
16 address: 0.0.0.0
17 api:
18 address: ${_param:single_address}
19 database:
20 engine: mysql
21 host: ${_param:single_address}
22 port: 3306
23 name: heat
24 user: heat
25 password: ${_param:mysql_heat_password}
26 metadata:
27 host: ${_param:single_address}
28 port: 8000
29 waitcondition:
30 host: ${_param:single_address}
31 port: 8000
32 watch:
33 host: ${_param:single_address}
34 port: 8003
35 identity:
36 engine: keystone
37 host: ${_param:single_address}
38 port: 35357
39 tenant: service
40 user: heat
41 password: ${_param:keystone_heat_password}
42 message_queue:
43 engine: rabbitmq
44 host: ${_param:single_address}
45 port: 5672
46 user: openstack
47 password: ${_param:rabbitmq_openstack_password}
48 virtual_host: '/openstack'
49 ha_queues: true